#dc76b7

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

Shades of Persian Pink #DC76B7

Tints of Persian Pink #DC76B7

Color information

#DC76B7 (or 0xDC76B7) is unknown color: approx Persian Pink. HEX triplet: DC, 76 and B7. RGB value is (220,118,183). Sum of RGB (Red+Green+Blue) = 220+118+183=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76B7 is #238948. Grayscale: #9B9B9B. Windows color (decimal): -2328905 or 12023516. OLE color: 12023516.

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

Color convert

RGB220118183-
CMYK00.460.170.14
HSL321.76º59.3%66.27%-
HSV(B)321.76º46.36%86.27%-
XYZ44.5431.5948.55-
YUV155.91143.29173.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=42.23%
G=22.65%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011818300.460.170.14321.7659.366.27
HexDC76B702E11E1423b42
Octal334166267056211650273102
Binary1101110011101101011011101011101000111101010000101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc76b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc76b7; }

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

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

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

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

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

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

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

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