Shades of Persian Pink #DC78BB
Tints of Persian Pink #DC78BB
RGB
CMYK
RGB Variations
Color information
#DC78BB (or 0xDC78BB) is known color: Persian Pink. HEX triplet: DC, 78 and BB. RGB value is (220,120,187). Sum of RGB (Red+Green+Blue) = 220+120+187=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78BB is #238744. Grayscale: #9D9D9D. Windows color (decimal): -2328389 or 12286172. OLE color: 12286172.
HSL color Cylindrical-coordinate representation of color #DC78BB: hue angle of 319.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC78BB is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 187 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.14 |
| HSL | 319.8º | 0.59% | 0.67% | - |
| HSV(B) | 319.8º | 0.45% | 0.86% | - |
| XYZ | 45.2 | 32.24 | 50.85 | - |
| YUV | 157.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 187 | 0 | 0.45 | 0.15 | 0.14 | 319.8 | 0.59 | 0.67 |
| Hex | DC | 78 | BB | 0 | 2D | F | E | 140 | 3B | 43 |
| Octal | 334 | 170 | 273 | 0 | 55 | 17 | 16 | 500 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10111011 | 0 | 101101 | 1111 | 1110 | 101000000 | 111011 | 1000011 |
Color Harmonies of #DC78BB
Complementary color
Monochromatic Colors of #DC78BB
Black with #DC78BB
Text Example
Text Example
White with #DC78BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78BB; }
p { color: rgb(220,120,187); }
H1.HeaderClassName
{
color: #DC78BB;
}
.AnyTagClassName
{
color: #DC78BB;
}
</style>
background-color css
<style>
a { background-color: #DC78BB; }
a { background-color: rgb(220,120,187); }
div.DivClassName
{
background-color: #DC78BB;
}
.BgClassName
{
background-color: #DC78BB;
}
</style>
border-color css
<style>
span { border-color: #DC78BB; }
span { border-color: rgb(220,120,187); }
td.TdClassName
{
border-color: #DC78BB;
}
.TagClassName
{
border-color: #DC78BB;
}
</style>