Shades of Persian Pink #DC77BD
Tints of Persian Pink #DC77BD
RGB
CMYK
RGB Variations
Color information
#DC77BD (or 0xDC77BD) is known color: 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
| RGB | 220 | 119 | 189 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.14 |
| HSL | 318.42º | 0.59% | 0.66% | - |
| HSV(B) | 318.42º | 0.46% | 0.86% | - |
| XYZ | 45.3 | 32.08 | 51.95 | - |
| YUV | 157.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 189 | 0 | 0.46 | 0.14 | 0.14 | 318.42 | 0.59 | 0.66 |
| Hex | DC | 77 | BD | 0 | 2E | E | E | 13E | 3B | 42 |
| Octal | 334 | 167 | 275 | 0 | 56 | 16 | 16 | 476 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10111101 | 0 | 101110 | 1110 | 1110 | 100111110 | 111011 | 1000010 |
Color Harmonies of #DC77BD
Complementary color
Monochromatic Colors of #DC77BD
Black with #DC77BD
Text Example
Text Example
White with #DC77BD
Text Example
Text Example
HTML Codes & Css Web 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>