#dc77b8

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

Shades of Persian Pink #DC77B8

Tints of Persian Pink #DC77B8

Color information

#DC77B8 (or 0xDC77B8) is unknown color: approx Persian Pink. HEX triplet: DC, 77 and B8. RGB value is (220,119,184). Sum of RGB (Red+Green+Blue) = 220+119+184=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77B8 is #238847. Grayscale: #9C9C9C. Windows color (decimal): -2328648 or 12089308. OLE color: 12089308.

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

Color convert

RGB220119184-
CMYK00.460.160.14
HSL321.39º59.06%66.47%-
HSV(B)321.39º45.91%86.27%-
XYZ44.7631.8749.14-
YUV156.61143.46173.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=42.07%
G=22.75%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011918400.460.160.14321.3959.0666.47
HexDC77B802E10E1413b42
Octal334167270056201650173102
Binary1101110011101111011100001011101000011101010000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc77b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc77b8; }

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

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

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

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

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

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

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

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