Shades of Persian Pink #D96DB6
Tints of Persian Pink #D96DB6
RGB
CMYK
RGB Variations
Color information
#D96DB6 (or 0xD96DB6) is known color: Persian Pink. HEX triplet: D9, 6D and B6. RGB value is (217,109,182). Sum of RGB (Red+Green+Blue) = 217+109+182=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DB6 is #269249. Grayscale: #959595. Windows color (decimal): -2527818 or 11955673. OLE color: 11955673.
HSL color Cylindrical-coordinate representation of color #D96DB6: hue angle of 319.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 182 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.15 |
| HSL | 319.44º | 0.59% | 0.64% | - |
| HSV(B) | 319.44º | 0.5% | 0.85% | - |
| XYZ | 42.53 | 29.07 | 47.62 | - |
| YUV | 149.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 182 | 0 | 0.50 | 0.16 | 0.15 | 319.44 | 0.59 | 0.64 |
| Hex | D9 | 6D | B6 | 0 | 32 | 10 | F | 13F | 3B | 40 |
| Octal | 331 | 155 | 266 | 0 | 62 | 20 | 17 | 477 | 73 | 100 |
| Binary | 11011001 | 1101101 | 10110110 | 0 | 110010 | 10000 | 1111 | 100111111 | 111011 | 1000000 |
Color Harmonies of #D96DB6
Complementary color
Monochromatic Colors of #D96DB6
Black with #D96DB6
Text Example
Text Example
White with #D96DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DB6; }
p { color: rgb(217,109,182); }
H1.HeaderClassName
{
color: #D96DB6;
}
.AnyTagClassName
{
color: #D96DB6;
}
</style>
background-color css
<style>
a { background-color: #D96DB6; }
a { background-color: rgb(217,109,182); }
div.DivClassName
{
background-color: #D96DB6;
}
.BgClassName
{
background-color: #D96DB6;
}
</style>
border-color css
<style>
span { border-color: #D96DB6; }
span { border-color: rgb(217,109,182); }
td.TdClassName
{
border-color: #D96DB6;
}
.TagClassName
{
border-color: #D96DB6;
}
</style>