Shades of Persian Pink #DC78BD
Tints of Persian Pink #DC78BD
RGB
CMYK
RGB Variations
Color information
#DC78BD (or 0xDC78BD) is known color: Persian Pink. HEX triplet: DC, 78 and BD. RGB value is (220,120,189). Sum of RGB (Red+Green+Blue) = 220+120+189=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78BD is #238742. Grayscale: #9D9D9D. Windows color (decimal): -2328387 or 12417244. OLE color: 12417244.
HSL color Cylindrical-coordinate representation of color #DC78BD: hue angle of 318.6º 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 #DC78BD is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 189 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.14 |
| HSL | 318.6º | 0.59% | 0.67% | - |
| HSV(B) | 318.6º | 0.45% | 0.86% | - |
| XYZ | 45.42 | 32.32 | 51.99 | - |
| YUV | 157.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 189 | 0 | 0.45 | 0.14 | 0.14 | 318.6 | 0.59 | 0.67 |
| Hex | DC | 78 | BD | 0 | 2D | E | E | 13F | 3B | 43 |
| Octal | 334 | 170 | 275 | 0 | 55 | 16 | 16 | 477 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10111101 | 0 | 101101 | 1110 | 1110 | 100111111 | 111011 | 1000011 |
Color Harmonies of #DC78BD
Complementary color
Monochromatic Colors of #DC78BD
Black with #DC78BD
Text Example
Text Example
White with #DC78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78BD; }
p { color: rgb(220,120,189); }
H1.HeaderClassName
{
color: #DC78BD;
}
.AnyTagClassName
{
color: #DC78BD;
}
</style>
background-color css
<style>
a { background-color: #DC78BD; }
a { background-color: rgb(220,120,189); }
div.DivClassName
{
background-color: #DC78BD;
}
.BgClassName
{
background-color: #DC78BD;
}
</style>
border-color css
<style>
span { border-color: #DC78BD; }
span { border-color: rgb(220,120,189); }
td.TdClassName
{
border-color: #DC78BD;
}
.TagClassName
{
border-color: #DC78BD;
}
</style>