Shades of Persian Pink #D878B9
Tints of Persian Pink #D878B9
RGB
CMYK
RGB Variations
Color information
#D878B9 (or 0xD878B9) is known color: Persian Pink. HEX triplet: D8, 78 and B9. RGB value is (216,120,185). Sum of RGB (Red+Green+Blue) = 216+120+185=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D878B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878B9 is #278746. Grayscale: #9B9B9B. Windows color (decimal): -2590535 or 12155096. OLE color: 12155096.
HSL color Cylindrical-coordinate representation of color #D878B9: hue angle of 319.38º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D878B9 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 185 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.15 |
| HSL | 319.38º | 0.55% | 0.66% | - |
| HSV(B) | 319.38º | 0.44% | 0.85% | - |
| XYZ | 43.79 | 31.53 | 49.68 | - |
| YUV | 156.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 185 | 0 | 0.44 | 0.14 | 0.15 | 319.38 | 0.55 | 0.66 |
| Hex | D8 | 78 | B9 | 0 | 2C | E | F | 13F | 37 | 42 |
| Octal | 330 | 170 | 271 | 0 | 54 | 16 | 17 | 477 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10111001 | 0 | 101100 | 1110 | 1111 | 100111111 | 110111 | 1000010 |
Color Harmonies of #D878B9
Complementary color
Monochromatic Colors of #D878B9
Black with #D878B9
Text Example
Text Example
White with #D878B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878B9; }
p { color: rgb(216,120,185); }
H1.HeaderClassName
{
color: #D878B9;
}
.AnyTagClassName
{
color: #D878B9;
}
</style>
background-color css
<style>
a { background-color: #D878B9; }
a { background-color: rgb(216,120,185); }
div.DivClassName
{
background-color: #D878B9;
}
.BgClassName
{
background-color: #D878B9;
}
</style>
border-color css
<style>
span { border-color: #D878B9; }
span { border-color: rgb(216,120,185); }
td.TdClassName
{
border-color: #D878B9;
}
.TagClassName
{
border-color: #D878B9;
}
</style>