Shades of Persian Pink #D96FB4
Tints of Persian Pink #D96FB4
RGB
CMYK
RGB Variations
Color information
#D96FB4 (or 0xD96FB4) is known color: Persian Pink. HEX triplet: D9, 6F and B4. RGB value is (217,111,180). Sum of RGB (Red+Green+Blue) = 217+111+180=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FB4 is #26904B. Grayscale: #969696. Windows color (decimal): -2527308 or 11825113. OLE color: 11825113.
HSL color Cylindrical-coordinate representation of color #D96FB4: hue angle of 320.94º 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 #D96FB4 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 180 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.15 |
| HSL | 320.94º | 0.58% | 0.64% | - |
| HSV(B) | 320.94º | 0.49% | 0.85% | - |
| XYZ | 42.54 | 29.42 | 46.62 | - |
| YUV | 150.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 180 | 0 | 0.49 | 0.17 | 0.15 | 320.94 | 0.58 | 0.64 |
| Hex | D9 | 6F | B4 | 0 | 31 | 11 | F | 141 | 3A | 40 |
| Octal | 331 | 157 | 264 | 0 | 61 | 21 | 17 | 501 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10110100 | 0 | 110001 | 10001 | 1111 | 101000001 | 111010 | 1000000 |
Color Harmonies of #D96FB4
Complementary color
Monochromatic Colors of #D96FB4
Black with #D96FB4
Text Example
Text Example
White with #D96FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FB4; }
p { color: rgb(217,111,180); }
H1.HeaderClassName
{
color: #D96FB4;
}
.AnyTagClassName
{
color: #D96FB4;
}
</style>
background-color css
<style>
a { background-color: #D96FB4; }
a { background-color: rgb(217,111,180); }
div.DivClassName
{
background-color: #D96FB4;
}
.BgClassName
{
background-color: #D96FB4;
}
</style>
border-color css
<style>
span { border-color: #D96FB4; }
span { border-color: rgb(217,111,180); }
td.TdClassName
{
border-color: #D96FB4;
}
.TagClassName
{
border-color: #D96FB4;
}
</style>