Shades of Persian Rose #D932AF
Tints of Persian Rose #D932AF
RGB
CMYK
RGB Variations
Color information
#D932AF (or 0xD932AF) is known color: Persian Rose. HEX triplet: D9, 32 and AF. RGB value is (217,50,175). Sum of RGB (Red+Green+Blue) = 217+50+175=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D932AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932AF is #26CD50. Grayscale: #717171. Windows color (decimal): -2542929 or 11481817. OLE color: 11481817.
HSL color Cylindrical-coordinate representation of color #D932AF: hue angle of 315.09º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D932AF is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 175 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.15 |
| HSL | 315.09º | 0.69% | 0.52% | - |
| HSV(B) | 315.09º | 0.77% | 0.85% | - |
| XYZ | 37.49 | 20.13 | 42.47 | - |
| YUV | 114.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 175 | 0 | 0.77 | 0.19 | 0.15 | 315.09 | 0.69 | 0.52 |
| Hex | D9 | 32 | AF | 0 | 4D | 13 | F | 13B | 45 | 34 |
| Octal | 331 | 62 | 257 | 0 | 115 | 23 | 17 | 473 | 105 | 64 |
| Binary | 11011001 | 110010 | 10101111 | 0 | 1001101 | 10011 | 1111 | 100111011 | 1000101 | 110100 |
Color Harmonies of #D932AF
Complementary color
Monochromatic Colors of #D932AF
Black with #D932AF
Text Example
Text Example
White with #D932AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932AF; }
p { color: rgb(217,50,175); }
H1.HeaderClassName
{
color: #D932AF;
}
.AnyTagClassName
{
color: #D932AF;
}
</style>
background-color css
<style>
a { background-color: #D932AF; }
a { background-color: rgb(217,50,175); }
div.DivClassName
{
background-color: #D932AF;
}
.BgClassName
{
background-color: #D932AF;
}
</style>
border-color css
<style>
span { border-color: #D932AF; }
span { border-color: rgb(217,50,175); }
td.TdClassName
{
border-color: #D932AF;
}
.TagClassName
{
border-color: #D932AF;
}
</style>