Shades of Persian Rose #D934AF
Tints of Persian Rose #D934AF
RGB
CMYK
RGB Variations
Color information
#D934AF (or 0xD934AF) is known color: Persian Rose. HEX triplet: D9, 34 and AF. RGB value is (217,52,175). Sum of RGB (Red+Green+Blue) = 217+52+175=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D934AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D934AF is #26CB50. Grayscale: #737373. Windows color (decimal): -2542417 or 11482329. OLE color: 11482329.
HSL color Cylindrical-coordinate representation of color #D934AF: hue angle of 315.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D934AF is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 175 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.15 |
| HSL | 315.27º | 0.68% | 0.53% | - |
| HSV(B) | 315.27º | 0.76% | 0.85% | - |
| XYZ | 37.58 | 20.3 | 42.5 | - |
| YUV | 115.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 175 | 0 | 0.76 | 0.19 | 0.15 | 315.27 | 0.68 | 0.53 |
| Hex | D9 | 34 | AF | 0 | 4C | 13 | F | 13B | 44 | 35 |
| Octal | 331 | 64 | 257 | 0 | 114 | 23 | 17 | 473 | 104 | 65 |
| Binary | 11011001 | 110100 | 10101111 | 0 | 1001100 | 10011 | 1111 | 100111011 | 1000100 | 110101 |
Color Harmonies of #D934AF
Complementary color
Monochromatic Colors of #D934AF
Black with #D934AF
Text Example
Text Example
White with #D934AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934AF; }
p { color: rgb(217,52,175); }
H1.HeaderClassName
{
color: #D934AF;
}
.AnyTagClassName
{
color: #D934AF;
}
</style>
background-color css
<style>
a { background-color: #D934AF; }
a { background-color: rgb(217,52,175); }
div.DivClassName
{
background-color: #D934AF;
}
.BgClassName
{
background-color: #D934AF;
}
</style>
border-color css
<style>
span { border-color: #D934AF; }
span { border-color: rgb(217,52,175); }
td.TdClassName
{
border-color: #D934AF;
}
.TagClassName
{
border-color: #D934AF;
}
</style>