#dc76b8

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

Shades of Persian Pink #DC76B8

Tints of Persian Pink #DC76B8

Color information

#DC76B8 (or 0xDC76B8) is unknown color: approx Persian Pink. HEX triplet: DC, 76 and B8. RGB value is (220,118,184). Sum of RGB (Red+Green+Blue) = 220+118+184=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76B8 is #238947. Grayscale: #9B9B9B. Windows color (decimal): -2328904 or 12089052. OLE color: 12089052.

HSL color Cylindrical-coordinate representation of color #DC76B8: hue angle of 321.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76B8 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220118184-
CMYK00.460.160.14
HSL321.18º59.3%66.27%-
HSV(B)321.18º46.36%86.27%-
XYZ44.6531.6349.1-
YUV156.02143.79173.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 184 (72.27% from 255) = 35.25%
R=42.15%
G=22.61%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011818400.460.160.14321.1859.366.27
HexDC76B802E10E1413b42
Octal334166270056201650173102
Binary1101110011101101011100001011101000011101010000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc76b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc76b8; }

 p { color: rgb(220,118,184); }

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

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

 a { background-color: rgb(220,118,184); }

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

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

 span { border-color: rgb(220,118,184); }

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