#DD76BC

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

Shades of Persian Pink #DD76BC

Tints of Persian Pink #DD76BC

Color information

#DD76BC (or 0xDD76BC) is unknown color: approx Persian Pink. HEX triplet: DD, 76 and BC. RGB value is (221,118,188). Sum of RGB (Red+Green+Blue) = 221+118+188=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76BC is #228943. Grayscale: #9C9C9C. Windows color (decimal): -2263364 or 12351197. OLE color: 12351197.

HSL color Cylindrical-coordinate representation of color #DD76BC: hue angle of 319.22º 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 #DD76BC is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221118188-
CMYK00.470.150.13
HSL319.22º60.23%66.47%-
HSV(B)319.22º46.61%86.67%-
XYZ45.3731.9651.35-
YUV156.78145.62173.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 118 (46.48% from 255) = 22.39%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=41.94%
G=22.39%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111818800.470.150.13319.2260.2366.47
HexDD76BC02FFD13f3c42
Octal335166274057171547774102
Binary110111011110110101111000101111111111011001111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76BC; }

 p { color: rgb(221,118,188); }

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

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

 a { background-color: rgb(221,118,188); }

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

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

 span { border-color: rgb(221,118,188); }

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