#DC77BC

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

Shades of Persian Pink #DC77BC

Tints of Persian Pink #DC77BC

Color information

#DC77BC (or 0xDC77BC) is unknown color: approx Persian Pink. HEX triplet: DC, 77 and BC. RGB value is (220,119,188). Sum of RGB (Red+Green+Blue) = 220+119+188=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77BC is #238843. Grayscale: #9C9C9C. Windows color (decimal): -2328644 or 12351452. OLE color: 12351452.

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

Color convert

RGB220119188-
CMYK00.460.150.14
HSL319.01º59.06%66.47%-
HSV(B)319.01º45.91%86.27%-
XYZ45.1932.0451.38-
YUV157.06145.46172.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=41.75%
G=22.58%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011918800.460.150.14319.0159.0666.47
HexDC77BC02EFE13f3b42
Octal334167274056171647773102
Binary110111001110111101111000101110111111101001111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77BC; }

 p { color: rgb(220,119,188); }

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

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

 a { background-color: rgb(220,119,188); }

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

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

 span { border-color: rgb(220,119,188); }

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