Shades of Persian Pink #D96FB2
Tints of Persian Pink #D96FB2
RGB
CMYK
RGB Variations
Color information
#D96FB2 (or 0xD96FB2) is known color: Persian Pink. HEX triplet: D9, 6F and B2. RGB value is (217,111,178). Sum of RGB (Red+Green+Blue) = 217+111+178=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FB2 is #26904D. Grayscale: #969696. Windows color (decimal): -2527310 or 11694041. OLE color: 11694041.
HSL color Cylindrical-coordinate representation of color #D96FB2: hue angle of 322.08º 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 #D96FB2 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 178 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.15 |
| HSL | 322.08º | 0.58% | 0.64% | - |
| HSV(B) | 322.08º | 0.49% | 0.85% | - |
| XYZ | 42.34 | 29.33 | 45.55 | - |
| YUV | 150.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 178 | 0 | 0.49 | 0.18 | 0.15 | 322.08 | 0.58 | 0.64 |
| Hex | D9 | 6F | B2 | 0 | 31 | 12 | F | 142 | 3A | 40 |
| Octal | 331 | 157 | 262 | 0 | 61 | 22 | 17 | 502 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10110010 | 0 | 110001 | 10010 | 1111 | 101000010 | 111010 | 1000000 |
Color Harmonies of #D96FB2
Complementary color
Monochromatic Colors of #D96FB2
Black with #D96FB2
Text Example
Text Example
White with #D96FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FB2; }
p { color: rgb(217,111,178); }
H1.HeaderClassName
{
color: #D96FB2;
}
.AnyTagClassName
{
color: #D96FB2;
}
</style>
background-color css
<style>
a { background-color: #D96FB2; }
a { background-color: rgb(217,111,178); }
div.DivClassName
{
background-color: #D96FB2;
}
.BgClassName
{
background-color: #D96FB2;
}
</style>
border-color css
<style>
span { border-color: #D96FB2; }
span { border-color: rgb(217,111,178); }
td.TdClassName
{
border-color: #D96FB2;
}
.TagClassName
{
border-color: #D96FB2;
}
</style>