Shades of Persian Pink #D96AB4
Tints of Persian Pink #D96AB4
RGB
CMYK
RGB Variations
Color information
#D96AB4 (or 0xD96AB4) is known color: Persian Pink. HEX triplet: D9, 6A and B4. RGB value is (217,106,180). Sum of RGB (Red+Green+Blue) = 217+106+180=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AB4 is #26954B. Grayscale: #939393. Windows color (decimal): -2528588 or 11823833. OLE color: 11823833.
HSL color Cylindrical-coordinate representation of color #D96AB4: hue angle of 320º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96AB4 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 180 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.15 |
| HSL | 320º | 0.59% | 0.63% | - |
| HSV(B) | 320º | 0.51% | 0.85% | - |
| XYZ | 42.01 | 28.36 | 46.44 | - |
| YUV | 147.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 180 | 0 | 0.51 | 0.17 | 0.15 | 320 | 0.59 | 0.63 |
| Hex | D9 | 6A | B4 | 0 | 33 | 11 | F | 140 | 3B | 3F |
| Octal | 331 | 152 | 264 | 0 | 63 | 21 | 17 | 500 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10110100 | 0 | 110011 | 10001 | 1111 | 101000000 | 111011 | 111111 |
Color Harmonies of #D96AB4
Complementary color
Monochromatic Colors of #D96AB4
Black with #D96AB4
Text Example
Text Example
White with #D96AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AB4; }
p { color: rgb(217,106,180); }
H1.HeaderClassName
{
color: #D96AB4;
}
.AnyTagClassName
{
color: #D96AB4;
}
</style>
background-color css
<style>
a { background-color: #D96AB4; }
a { background-color: rgb(217,106,180); }
div.DivClassName
{
background-color: #D96AB4;
}
.BgClassName
{
background-color: #D96AB4;
}
</style>
border-color css
<style>
span { border-color: #D96AB4; }
span { border-color: rgb(217,106,180); }
td.TdClassName
{
border-color: #D96AB4;
}
.TagClassName
{
border-color: #D96AB4;
}
</style>