#DD75BA

Color #DD75BA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DD75BA

Tints of Persian Pink #DD75BA

Color information

#DD75BA (or 0xDD75BA) is unknown color: approx Persian Pink. HEX triplet: DD, 75 and BA. RGB value is (221,117,186). Sum of RGB (Red+Green+Blue) = 221+117+186=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75BA is #228A45. Grayscale: #9B9B9B. Windows color (decimal): -2263622 or 12219869. OLE color: 12219869.

HSL color Cylindrical-coordinate representation of color #DD75BA: hue angle of 320.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75BA is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221117186-
CMYK00.470.160.13
HSL320.19º60.47%66.27%-
HSV(B)320.19º47.06%86.67%-
XYZ45.0431.6450.19-
YUV155.96144.96174.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=42.18%
G=22.33%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111718600.470.160.13320.1960.4766.27
HexDD75BA02F10D1403c42
Octal335165272057201550074102
Binary1101110111101011011101001011111000011011010000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75BA; }

 p { color: rgb(221,117,186); }

 H1.HeaderClassName
 {
   color: #DD75BA;
 }
 .AnyTagClassName
 {
   color: #DD75BA;
 }
</style>
background-color css

<style>
 a { background-color: #DD75BA; }

 a { background-color: rgb(221,117,186); }

 div.DivClassName
 {
   background-color: #DD75BA;
 }
 .BgClassName
 {
   background-color: #DD75BA;
 }
</style>
border-color css

<style>
 span { border-color: #DD75BA; }

 span { border-color: rgb(221,117,186); }

 td.TdClassName
 {
   border-color: #DD75BA;
 }
 .TagClassName
 {
   border-color: #DD75BA;
 }
</style>