Shades of Persian Rose #DA32AF
Tints of Persian Rose #DA32AF
RGB
CMYK
RGB Variations
Color information
#DA32AF (or 0xDA32AF) is known color: Persian Rose. HEX triplet: DA, 32 and AF. RGB value is (218,50,175). Sum of RGB (Red+Green+Blue) = 218+50+175=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32AF is #25CD50. Grayscale: #727272. Windows color (decimal): -2477393 or 11481818. OLE color: 11481818.
HSL color Cylindrical-coordinate representation of color #DA32AF: hue angle of 315.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA32AF is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 175 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.15 |
| HSL | 315.36º | 0.69% | 0.53% | - |
| HSV(B) | 315.36º | 0.77% | 0.85% | - |
| XYZ | 37.79 | 20.28 | 42.48 | - |
| YUV | 114.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 175 | 0 | 0.77 | 0.20 | 0.15 | 315.36 | 0.69 | 0.53 |
| Hex | DA | 32 | AF | 0 | 4D | 14 | F | 13B | 45 | 35 |
| Octal | 332 | 62 | 257 | 0 | 115 | 24 | 17 | 473 | 105 | 65 |
| Binary | 11011010 | 110010 | 10101111 | 0 | 1001101 | 10100 | 1111 | 100111011 | 1000101 | 110101 |
Color Harmonies of #DA32AF
Complementary color
Monochromatic Colors of #DA32AF
Black with #DA32AF
Text Example
Text Example
White with #DA32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32AF; }
p { color: rgb(218,50,175); }
H1.HeaderClassName
{
color: #DA32AF;
}
.AnyTagClassName
{
color: #DA32AF;
}
</style>
background-color css
<style>
a { background-color: #DA32AF; }
a { background-color: rgb(218,50,175); }
div.DivClassName
{
background-color: #DA32AF;
}
.BgClassName
{
background-color: #DA32AF;
}
</style>
border-color css
<style>
span { border-color: #DA32AF; }
span { border-color: rgb(218,50,175); }
td.TdClassName
{
border-color: #DA32AF;
}
.TagClassName
{
border-color: #DA32AF;
}
</style>