Shades of Persian Rose #D92AAB
Tints of Persian Rose #D92AAB
RGB
CMYK
RGB Variations
Color information
#D92AAB (or 0xD92AAB) is known color: Persian Rose. HEX triplet: D9, 2A and AB. RGB value is (217,42,171). Sum of RGB (Red+Green+Blue) = 217+42+171=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D92AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92AAB is #26D554. Grayscale: #6C6C6C. Windows color (decimal): -2544981 or 11217625. OLE color: 11217625.
HSL color Cylindrical-coordinate representation of color #D92AAB: hue angle of 315.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92AAB is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 171 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.15 |
| HSL | 315.77º | 0.7% | 0.51% | - |
| HSV(B) | 315.77º | 0.81% | 0.85% | - |
| XYZ | 36.79 | 19.35 | 40.32 | - |
| YUV | 109.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 171 | 0 | 0.81 | 0.21 | 0.15 | 315.77 | 0.7 | 0.51 |
| Hex | D9 | 2A | AB | 0 | 51 | 15 | F | 13C | 46 | 33 |
| Octal | 331 | 52 | 253 | 0 | 121 | 25 | 17 | 474 | 106 | 63 |
| Binary | 11011001 | 101010 | 10101011 | 0 | 1010001 | 10101 | 1111 | 100111100 | 1000110 | 110011 |
Color Harmonies of #D92AAB
Complementary color
Monochromatic Colors of #D92AAB
Black with #D92AAB
Text Example
Text Example
White with #D92AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92AAB; }
p { color: rgb(217,42,171); }
H1.HeaderClassName
{
color: #D92AAB;
}
.AnyTagClassName
{
color: #D92AAB;
}
</style>
background-color css
<style>
a { background-color: #D92AAB; }
a { background-color: rgb(217,42,171); }
div.DivClassName
{
background-color: #D92AAB;
}
.BgClassName
{
background-color: #D92AAB;
}
</style>
border-color css
<style>
span { border-color: #D92AAB; }
span { border-color: rgb(217,42,171); }
td.TdClassName
{
border-color: #D92AAB;
}
.TagClassName
{
border-color: #D92AAB;
}
</style>