Shades of Persian Pink #D96FB6
Tints of Persian Pink #D96FB6
RGB
CMYK
RGB Variations
Color information
#D96FB6 (or 0xD96FB6) is known color: Persian Pink. HEX triplet: D9, 6F and B6. RGB value is (217,111,182). Sum of RGB (Red+Green+Blue) = 217+111+182=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FB6 is #269049. Grayscale: #969696. Windows color (decimal): -2527306 or 11956185. OLE color: 11956185.
HSL color Cylindrical-coordinate representation of color #D96FB6: hue angle of 319.81º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FB6 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 182 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.15 |
| HSL | 319.81º | 0.58% | 0.64% | - |
| HSV(B) | 319.81º | 0.49% | 0.85% | - |
| XYZ | 42.74 | 29.5 | 47.7 | - |
| YUV | 150.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 182 | 0 | 0.49 | 0.16 | 0.15 | 319.81 | 0.58 | 0.64 |
| Hex | D9 | 6F | B6 | 0 | 31 | 10 | F | 140 | 3A | 40 |
| Octal | 331 | 157 | 266 | 0 | 61 | 20 | 17 | 500 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10110110 | 0 | 110001 | 10000 | 1111 | 101000000 | 111010 | 1000000 |
Color Harmonies of #D96FB6
Complementary color
Monochromatic Colors of #D96FB6
Black with #D96FB6
Text Example
Text Example
White with #D96FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FB6; }
p { color: rgb(217,111,182); }
H1.HeaderClassName
{
color: #D96FB6;
}
.AnyTagClassName
{
color: #D96FB6;
}
</style>
background-color css
<style>
a { background-color: #D96FB6; }
a { background-color: rgb(217,111,182); }
div.DivClassName
{
background-color: #D96FB6;
}
.BgClassName
{
background-color: #D96FB6;
}
</style>
border-color css
<style>
span { border-color: #D96FB6; }
span { border-color: rgb(217,111,182); }
td.TdClassName
{
border-color: #D96FB6;
}
.TagClassName
{
border-color: #D96FB6;
}
</style>