Shades of Persian Pink #D879B2
Tints of Persian Pink #D879B2
RGB
CMYK
RGB Variations
Color information
#D879B2 (or 0xD879B2) is known color: Persian Pink. HEX triplet: D8, 79 and B2. RGB value is (216,121,178). Sum of RGB (Red+Green+Blue) = 216+121+178=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D879B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D879B2 is #27864D. Grayscale: #9B9B9B. Windows color (decimal): -2590286 or 11696600. OLE color: 11696600.
HSL color Cylindrical-coordinate representation of color #D879B2: hue angle of 324º 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 #D879B2 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 178 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.15 |
| HSL | 324º | 0.55% | 0.66% | - |
| HSV(B) | 324º | 0.44% | 0.85% | - |
| XYZ | 43.19 | 31.49 | 45.92 | - |
| YUV | 155.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 178 | 0 | 0.44 | 0.18 | 0.15 | 324 | 0.55 | 0.66 |
| Hex | D8 | 79 | B2 | 0 | 2C | 12 | F | 144 | 37 | 42 |
| Octal | 330 | 171 | 262 | 0 | 54 | 22 | 17 | 504 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10110010 | 0 | 101100 | 10010 | 1111 | 101000100 | 110111 | 1000010 |
Color Harmonies of #D879B2
Complementary color
Monochromatic Colors of #D879B2
Black with #D879B2
Text Example
Text Example
White with #D879B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879B2; }
p { color: rgb(216,121,178); }
H1.HeaderClassName
{
color: #D879B2;
}
.AnyTagClassName
{
color: #D879B2;
}
</style>
background-color css
<style>
a { background-color: #D879B2; }
a { background-color: rgb(216,121,178); }
div.DivClassName
{
background-color: #D879B2;
}
.BgClassName
{
background-color: #D879B2;
}
</style>
border-color css
<style>
span { border-color: #D879B2; }
span { border-color: rgb(216,121,178); }
td.TdClassName
{
border-color: #D879B2;
}
.TagClassName
{
border-color: #D879B2;
}
</style>