Shades of Persian Pink #D879B4
Tints of Persian Pink #D879B4
RGB
CMYK
RGB Variations
Color information
#D879B4 (or 0xD879B4) is known color: Persian Pink. HEX triplet: D8, 79 and B4. RGB value is (216,121,180). Sum of RGB (Red+Green+Blue) = 216+121+180=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D879B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879B4 is #27864B. Grayscale: #9B9B9B. Windows color (decimal): -2590284 or 11827672. OLE color: 11827672.
HSL color Cylindrical-coordinate representation of color #D879B4: hue angle of 322.74º 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 #D879B4 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 180 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.15 |
| HSL | 322.74º | 0.55% | 0.66% | - |
| HSV(B) | 322.74º | 0.44% | 0.85% | - |
| XYZ | 43.39 | 31.57 | 46.99 | - |
| YUV | 156.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 180 | 0 | 0.44 | 0.17 | 0.15 | 322.74 | 0.55 | 0.66 |
| Hex | D8 | 79 | B4 | 0 | 2C | 11 | F | 143 | 37 | 42 |
| Octal | 330 | 171 | 264 | 0 | 54 | 21 | 17 | 503 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10110100 | 0 | 101100 | 10001 | 1111 | 101000011 | 110111 | 1000010 |
Color Harmonies of #D879B4
Complementary color
Monochromatic Colors of #D879B4
Black with #D879B4
Text Example
Text Example
White with #D879B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879B4; }
p { color: rgb(216,121,180); }
H1.HeaderClassName
{
color: #D879B4;
}
.AnyTagClassName
{
color: #D879B4;
}
</style>
background-color css
<style>
a { background-color: #D879B4; }
a { background-color: rgb(216,121,180); }
div.DivClassName
{
background-color: #D879B4;
}
.BgClassName
{
background-color: #D879B4;
}
</style>
border-color css
<style>
span { border-color: #D879B4; }
span { border-color: rgb(216,121,180); }
td.TdClassName
{
border-color: #D879B4;
}
.TagClassName
{
border-color: #D879B4;
}
</style>