#DC77BD

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

Shades of Persian Pink #DC77BD

Tints of Persian Pink #DC77BD

Color information

#DC77BD (or 0xDC77BD) is unknown color: approx Persian Pink. HEX triplet: DC, 77 and BD. RGB value is (220,119,189). Sum of RGB (Red+Green+Blue) = 220+119+189=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77BD is #238842. Grayscale: #9C9C9C. Windows color (decimal): -2328643 or 12416988. OLE color: 12416988.

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

Color convert

RGB220119189-
CMYK00.460.140.14
HSL318.42º59.06%66.47%-
HSV(B)318.42º45.91%86.27%-
XYZ45.332.0851.95-
YUV157.18145.96172.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=41.67%
G=22.54%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011918900.460.140.14318.4259.0666.47
HexDC77BD02EEE13e3b42
Octal334167275056161647673102
Binary110111001110111101111010101110111011101001111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77BD; }

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

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

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

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

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

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

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

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