Shades of Persian Rose #D929AA
Tints of Persian Rose #D929AA
RGB
CMYK
RGB Variations
Color information
#D929AA (or 0xD929AA) is known color: Persian Rose. HEX triplet: D9, 29 and AA. RGB value is (217,41,170). Sum of RGB (Red+Green+Blue) = 217+41+170=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D929AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929AA is #26D655. Grayscale: #6B6B6B. Windows color (decimal): -2545238 or 11151833. OLE color: 11151833.
HSL color Cylindrical-coordinate representation of color #D929AA: hue angle of 316.02º 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 #D929AA is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 170 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.15 |
| HSL | 316.02º | 0.7% | 0.51% | - |
| HSV(B) | 316.02º | 0.81% | 0.85% | - |
| XYZ | 36.66 | 19.24 | 39.81 | - |
| YUV | 108.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 170 | 0 | 0.81 | 0.22 | 0.15 | 316.02 | 0.7 | 0.51 |
| Hex | D9 | 29 | AA | 0 | 51 | 16 | F | 13C | 46 | 33 |
| Octal | 331 | 51 | 252 | 0 | 121 | 26 | 17 | 474 | 106 | 63 |
| Binary | 11011001 | 101001 | 10101010 | 0 | 1010001 | 10110 | 1111 | 100111100 | 1000110 | 110011 |
Color Harmonies of #D929AA
Complementary color
Monochromatic Colors of #D929AA
Black with #D929AA
Text Example
Text Example
White with #D929AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929AA; }
p { color: rgb(217,41,170); }
H1.HeaderClassName
{
color: #D929AA;
}
.AnyTagClassName
{
color: #D929AA;
}
</style>
background-color css
<style>
a { background-color: #D929AA; }
a { background-color: rgb(217,41,170); }
div.DivClassName
{
background-color: #D929AA;
}
.BgClassName
{
background-color: #D929AA;
}
</style>
border-color css
<style>
span { border-color: #D929AA; }
span { border-color: rgb(217,41,170); }
td.TdClassName
{
border-color: #D929AA;
}
.TagClassName
{
border-color: #D929AA;
}
</style>