#DC79B6

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

Shades of Persian Pink #DC79B6

Tints of Persian Pink #DC79B6

Color information

#DC79B6 (or 0xDC79B6) is unknown color: approx Persian Pink. HEX triplet: DC, 79 and B6. RGB value is (220,121,182). Sum of RGB (Red+Green+Blue) = 220+121+182=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79B6 is #238649. Grayscale: #9D9D9D. Windows color (decimal): -2328138 or 11958748. OLE color: 11958748.

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

Color convert

RGB220121182-
CMYK00.450.170.14
HSL323.03º58.58%66.86%-
HSV(B)323.03º45%86.27%-
XYZ44.832.2748.12-
YUV157.56141.8172.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=42.07%
G=23.14%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012118200.450.170.14323.0358.5866.86
HexDC79B602D11E1433b43
Octal334171266055211650373103
Binary1101110011110011011011001011011000111101010000111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC79B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC79B6; }

 p { color: rgb(220,121,182); }

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

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

 a { background-color: rgb(220,121,182); }

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

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

 span { border-color: rgb(220,121,182); }

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