Shades of Persian Pink #DC78BF
Tints of Persian Pink #DC78BF
RGB
CMYK
RGB Variations
Color information
#DC78BF (or 0xDC78BF) is known color: Persian Pink. HEX triplet: DC, 78 and BF. RGB value is (220,120,191). Sum of RGB (Red+Green+Blue) = 220+120+191=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78BF is #238740. Grayscale: #9D9D9D. Windows color (decimal): -2328385 or 12548316. OLE color: 12548316.
HSL color Cylindrical-coordinate representation of color #DC78BF: hue angle of 317.4º 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 #DC78BF is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 191 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.14 |
| HSL | 317.4º | 0.59% | 0.67% | - |
| HSV(B) | 317.4º | 0.45% | 0.86% | - |
| XYZ | 45.64 | 32.41 | 53.14 | - |
| YUV | 157.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 191 | 0 | 0.45 | 0.13 | 0.14 | 317.4 | 0.59 | 0.67 |
| Hex | DC | 78 | BF | 0 | 2D | D | E | 13D | 3B | 43 |
| Octal | 334 | 170 | 277 | 0 | 55 | 15 | 16 | 475 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10111111 | 0 | 101101 | 1101 | 1110 | 100111101 | 111011 | 1000011 |
Color Harmonies of #DC78BF
Complementary color
Monochromatic Colors of #DC78BF
Black with #DC78BF
Text Example
Text Example
White with #DC78BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78BF; }
p { color: rgb(220,120,191); }
H1.HeaderClassName
{
color: #DC78BF;
}
.AnyTagClassName
{
color: #DC78BF;
}
</style>
background-color css
<style>
a { background-color: #DC78BF; }
a { background-color: rgb(220,120,191); }
div.DivClassName
{
background-color: #DC78BF;
}
.BgClassName
{
background-color: #DC78BF;
}
</style>
border-color css
<style>
span { border-color: #DC78BF; }
span { border-color: rgb(220,120,191); }
td.TdClassName
{
border-color: #DC78BF;
}
.TagClassName
{
border-color: #DC78BF;
}
</style>