Shades of Persian Pink #D96FB5
Tints of Persian Pink #D96FB5
RGB
CMYK
RGB Variations
Color information
#D96FB5 (or 0xD96FB5) is known color: Persian Pink. HEX triplet: D9, 6F and B5. RGB value is (217,111,181). Sum of RGB (Red+Green+Blue) = 217+111+181=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FB5 is #26904A. Grayscale: #969696. Windows color (decimal): -2527307 or 11890649. OLE color: 11890649.
HSL color Cylindrical-coordinate representation of color #D96FB5: hue angle of 320.38º 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 #D96FB5 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 181 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.15 |
| HSL | 320.38º | 0.58% | 0.64% | - |
| HSV(B) | 320.38º | 0.49% | 0.85% | - |
| XYZ | 42.64 | 29.46 | 47.15 | - |
| YUV | 150.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 181 | 0 | 0.49 | 0.17 | 0.15 | 320.38 | 0.58 | 0.64 |
| Hex | D9 | 6F | B5 | 0 | 31 | 11 | F | 140 | 3A | 40 |
| Octal | 331 | 157 | 265 | 0 | 61 | 21 | 17 | 500 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10110101 | 0 | 110001 | 10001 | 1111 | 101000000 | 111010 | 1000000 |
Color Harmonies of #D96FB5
Complementary color
Monochromatic Colors of #D96FB5
Black with #D96FB5
Text Example
Text Example
White with #D96FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FB5; }
p { color: rgb(217,111,181); }
H1.HeaderClassName
{
color: #D96FB5;
}
.AnyTagClassName
{
color: #D96FB5;
}
</style>
background-color css
<style>
a { background-color: #D96FB5; }
a { background-color: rgb(217,111,181); }
div.DivClassName
{
background-color: #D96FB5;
}
.BgClassName
{
background-color: #D96FB5;
}
</style>
border-color css
<style>
span { border-color: #D96FB5; }
span { border-color: rgb(217,111,181); }
td.TdClassName
{
border-color: #D96FB5;
}
.TagClassName
{
border-color: #D96FB5;
}
</style>