Shades of Persian Pink #DC78B3
Tints of Persian Pink #DC78B3
RGB
CMYK
RGB Variations
Color information
#DC78B3 (or 0xDC78B3) is known color: Persian Pink. HEX triplet: DC, 78 and B3. RGB value is (220,120,179). Sum of RGB (Red+Green+Blue) = 220+120+179=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78B3 is #23874C. Grayscale: #9C9C9C. Windows color (decimal): -2328397 or 11761884. OLE color: 11761884.
HSL color Cylindrical-coordinate representation of color #DC78B3: hue angle of 324.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 #DC78B3 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 179 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.14 |
| HSL | 324.6º | 0.59% | 0.67% | - |
| HSV(B) | 324.6º | 0.45% | 0.86% | - |
| XYZ | 44.37 | 31.9 | 46.47 | - |
| YUV | 156.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 179 | 0 | 0.45 | 0.19 | 0.14 | 324.6 | 0.59 | 0.67 |
| Hex | DC | 78 | B3 | 0 | 2D | 13 | E | 145 | 3B | 43 |
| Octal | 334 | 170 | 263 | 0 | 55 | 23 | 16 | 505 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10110011 | 0 | 101101 | 10011 | 1110 | 101000101 | 111011 | 1000011 |
Color Harmonies of #DC78B3
Complementary color
Monochromatic Colors of #DC78B3
Black with #DC78B3
Text Example
Text Example
White with #DC78B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78B3; }
p { color: rgb(220,120,179); }
H1.HeaderClassName
{
color: #DC78B3;
}
.AnyTagClassName
{
color: #DC78B3;
}
</style>
background-color css
<style>
a { background-color: #DC78B3; }
a { background-color: rgb(220,120,179); }
div.DivClassName
{
background-color: #DC78B3;
}
.BgClassName
{
background-color: #DC78B3;
}
</style>
border-color css
<style>
span { border-color: #DC78B3; }
span { border-color: rgb(220,120,179); }
td.TdClassName
{
border-color: #DC78B3;
}
.TagClassName
{
border-color: #DC78B3;
}
</style>