Shades of Persian Rose #DA36AF
Tints of Persian Rose #DA36AF
RGB
CMYK
RGB Variations
Color information
#DA36AF (or 0xDA36AF) is known color: Persian Rose. HEX triplet: DA, 36 and AF. RGB value is (218,54,175). Sum of RGB (Red+Green+Blue) = 218+54+175=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA36AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA36AF is #25C950. Grayscale: #747474. Windows color (decimal): -2476369 or 11482842. OLE color: 11482842.
HSL color Cylindrical-coordinate representation of color #DA36AF: hue angle of 315.73º degrees, saturation: 0.69, 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 #DA36AF is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 175 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.15 |
| HSL | 315.73º | 0.69% | 0.53% | - |
| HSV(B) | 315.73º | 0.75% | 0.85% | - |
| XYZ | 37.97 | 20.64 | 42.54 | - |
| YUV | 116.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 175 | 0 | 0.75 | 0.20 | 0.15 | 315.73 | 0.69 | 0.53 |
| Hex | DA | 36 | AF | 0 | 4B | 14 | F | 13C | 45 | 35 |
| Octal | 332 | 66 | 257 | 0 | 113 | 24 | 17 | 474 | 105 | 65 |
| Binary | 11011010 | 110110 | 10101111 | 0 | 1001011 | 10100 | 1111 | 100111100 | 1000101 | 110101 |
Color Harmonies of #DA36AF
Complementary color
Monochromatic Colors of #DA36AF
Black with #DA36AF
Text Example
Text Example
White with #DA36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA36AF; }
p { color: rgb(218,54,175); }
H1.HeaderClassName
{
color: #DA36AF;
}
.AnyTagClassName
{
color: #DA36AF;
}
</style>
background-color css
<style>
a { background-color: #DA36AF; }
a { background-color: rgb(218,54,175); }
div.DivClassName
{
background-color: #DA36AF;
}
.BgClassName
{
background-color: #DA36AF;
}
</style>
border-color css
<style>
span { border-color: #DA36AF; }
span { border-color: rgb(218,54,175); }
td.TdClassName
{
border-color: #DA36AF;
}
.TagClassName
{
border-color: #DA36AF;
}
</style>