Shades of Persian Pink #DC77B8
Tints of Persian Pink #DC77B8
RGB
CMYK
RGB Variations
Color information
#DC77B8 (or 0xDC77B8) is known color: 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
| RGB | 220 | 119 | 184 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.14 |
| HSL | 321.39º | 0.59% | 0.66% | - |
| HSV(B) | 321.39º | 0.46% | 0.86% | - |
| XYZ | 44.76 | 31.87 | 49.14 | - |
| YUV | 156.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 184 | 0 | 0.46 | 0.16 | 0.14 | 321.39 | 0.59 | 0.66 |
| Hex | DC | 77 | B8 | 0 | 2E | 10 | E | 141 | 3B | 42 |
| Octal | 334 | 167 | 270 | 0 | 56 | 20 | 16 | 501 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10111000 | 0 | 101110 | 10000 | 1110 | 101000001 | 111011 | 1000010 |
Color Harmonies of #DC77B8
Complementary color
Monochromatic Colors of #DC77B8
Black with #DC77B8
Text Example
Text Example
White with #DC77B8
Text Example
Text Example
HTML Codes & Css Web 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>