#DC76B0

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

Shades of Persian Pink #DC76B0

Tints of Persian Pink #DC76B0

Color information

#DC76B0 (or 0xDC76B0) is unknown color: approx Persian Pink. HEX triplet: DC, 76 and B0. RGB value is (220,118,176). Sum of RGB (Red+Green+Blue) = 220+118+176=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76B0 is #23894F. Grayscale: #9A9A9A. Windows color (decimal): -2328912 or 11564764. OLE color: 11564764.

HSL color Cylindrical-coordinate representation of color #DC76B0: hue angle of 325.88º 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 #DC76B0 is Cyan = 0, Magento = 0.46, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220118176-
CMYK00.460.20.14
HSL325.88º59.3%66.27%-
HSV(B)325.88º46.36%86.27%-
XYZ43.8331.3144.81-
YUV155.11139.79174.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 118 (46.48% from 255) = 22.96%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=42.80%
G=22.96%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011817600.460.20.14325.8859.366.27
HexDC76B002E14E1463b42
Octal334166260056241650673102
Binary1101110011101101011000001011101010011101010001101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC76B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC76B0; }

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

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

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

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

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

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

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

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