Shades of Persian Pink #D879B5
Tints of Persian Pink #D879B5
RGB
CMYK
RGB Variations
Color information
#D879B5 (or 0xD879B5) is known color: Persian Pink. HEX triplet: D8, 79 and B5. RGB value is (216,121,181). Sum of RGB (Red+Green+Blue) = 216+121+181=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D879B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879B5 is #27864A. Grayscale: #9C9C9C. Windows color (decimal): -2590283 or 11893208. OLE color: 11893208.
HSL color Cylindrical-coordinate representation of color #D879B5: hue angle of 322.11º 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 #D879B5 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 181 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.15 |
| HSL | 322.11º | 0.55% | 0.66% | - |
| HSV(B) | 322.11º | 0.44% | 0.85% | - |
| XYZ | 43.5 | 31.61 | 47.52 | - |
| YUV | 156.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 181 | 0 | 0.44 | 0.16 | 0.15 | 322.11 | 0.55 | 0.66 |
| Hex | D8 | 79 | B5 | 0 | 2C | 10 | F | 142 | 37 | 42 |
| Octal | 330 | 171 | 265 | 0 | 54 | 20 | 17 | 502 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10110101 | 0 | 101100 | 10000 | 1111 | 101000010 | 110111 | 1000010 |
Color Harmonies of #D879B5
Complementary color
Monochromatic Colors of #D879B5
Black with #D879B5
Text Example
Text Example
White with #D879B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879B5; }
p { color: rgb(216,121,181); }
H1.HeaderClassName
{
color: #D879B5;
}
.AnyTagClassName
{
color: #D879B5;
}
</style>
background-color css
<style>
a { background-color: #D879B5; }
a { background-color: rgb(216,121,181); }
div.DivClassName
{
background-color: #D879B5;
}
.BgClassName
{
background-color: #D879B5;
}
</style>
border-color css
<style>
span { border-color: #D879B5; }
span { border-color: rgb(216,121,181); }
td.TdClassName
{
border-color: #D879B5;
}
.TagClassName
{
border-color: #D879B5;
}
</style>