Shades of Persian Rose #D936AF
Tints of Persian Rose #D936AF
RGB
CMYK
RGB Variations
Color information
#D936AF (or 0xD936AF) is known color: Persian Rose. HEX triplet: D9, 36 and AF. RGB value is (217,54,175). Sum of RGB (Red+Green+Blue) = 217+54+175=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D936AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D936AF is #26C950. Grayscale: #747474. Windows color (decimal): -2541905 or 11482841. OLE color: 11482841.
HSL color Cylindrical-coordinate representation of color #D936AF: hue angle of 315.46º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D936AF is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 175 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.15 |
| HSL | 315.46º | 0.68% | 0.53% | - |
| HSV(B) | 315.46º | 0.75% | 0.85% | - |
| XYZ | 37.67 | 20.49 | 42.53 | - |
| YUV | 116.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 175 | 0 | 0.75 | 0.19 | 0.15 | 315.46 | 0.68 | 0.53 |
| Hex | D9 | 36 | AF | 0 | 4B | 13 | F | 13B | 44 | 35 |
| Octal | 331 | 66 | 257 | 0 | 113 | 23 | 17 | 473 | 104 | 65 |
| Binary | 11011001 | 110110 | 10101111 | 0 | 1001011 | 10011 | 1111 | 100111011 | 1000100 | 110101 |
Color Harmonies of #D936AF
Complementary color
Monochromatic Colors of #D936AF
Black with #D936AF
Text Example
Text Example
White with #D936AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936AF; }
p { color: rgb(217,54,175); }
H1.HeaderClassName
{
color: #D936AF;
}
.AnyTagClassName
{
color: #D936AF;
}
</style>
background-color css
<style>
a { background-color: #D936AF; }
a { background-color: rgb(217,54,175); }
div.DivClassName
{
background-color: #D936AF;
}
.BgClassName
{
background-color: #D936AF;
}
</style>
border-color css
<style>
span { border-color: #D936AF; }
span { border-color: rgb(217,54,175); }
td.TdClassName
{
border-color: #D936AF;
}
.TagClassName
{
border-color: #D936AF;
}
</style>