#DD76B6

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

Shades of Persian Pink #DD76B6

Tints of Persian Pink #DD76B6

Color information

#DD76B6 (or 0xDD76B6) is unknown color: approx Persian Pink. HEX triplet: DD, 76 and B6. RGB value is (221,118,182). Sum of RGB (Red+Green+Blue) = 221+118+182=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76B6 is #228949. Grayscale: #9B9B9B. Windows color (decimal): -2263370 or 11957981. OLE color: 11957981.

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

Color convert

RGB221118182-
CMYK00.470.180.13
HSL322.72º60.23%66.47%-
HSV(B)322.72º46.61%86.67%-
XYZ44.7431.7148.02-
YUV156.09142.62174.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=42.42%
G=22.65%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111818200.470.180.13322.7260.2366.47
HexDD76B602F12D1433c42
Octal335166266057221550374102
Binary1101110111101101011011001011111001011011010000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76B6; }

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

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

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

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

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

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

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

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