Shades of Persian Rose #DA2CAA
Tints of Persian Rose #DA2CAA
RGB
CMYK
RGB Variations
Color information
#DA2CAA (or 0xDA2CAA) is known color: Persian Rose. HEX triplet: DA, 2C and AA. RGB value is (218,44,170). Sum of RGB (Red+Green+Blue) = 218+44+170=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2CAA is #25D355. Grayscale: #6E6E6E. Windows color (decimal): -2478934 or 11152602. OLE color: 11152602.
HSL color Cylindrical-coordinate representation of color #DA2CAA: hue angle of 316.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2CAA is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 170 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.15 |
| HSL | 316.55º | 0.7% | 0.51% | - |
| HSV(B) | 316.55º | 0.8% | 0.85% | - |
| XYZ | 37.07 | 19.61 | 39.86 | - |
| YUV | 110.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 170 | 0 | 0.80 | 0.22 | 0.15 | 316.55 | 0.7 | 0.51 |
| Hex | DA | 2C | AA | 0 | 50 | 16 | F | 13D | 46 | 33 |
| Octal | 332 | 54 | 252 | 0 | 120 | 26 | 17 | 475 | 106 | 63 |
| Binary | 11011010 | 101100 | 10101010 | 0 | 1010000 | 10110 | 1111 | 100111101 | 1000110 | 110011 |
Color Harmonies of #DA2CAA
Complementary color
Monochromatic Colors of #DA2CAA
Black with #DA2CAA
Text Example
Text Example
White with #DA2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2CAA; }
p { color: rgb(218,44,170); }
H1.HeaderClassName
{
color: #DA2CAA;
}
.AnyTagClassName
{
color: #DA2CAA;
}
</style>
background-color css
<style>
a { background-color: #DA2CAA; }
a { background-color: rgb(218,44,170); }
div.DivClassName
{
background-color: #DA2CAA;
}
.BgClassName
{
background-color: #DA2CAA;
}
</style>
border-color css
<style>
span { border-color: #DA2CAA; }
span { border-color: rgb(218,44,170); }
td.TdClassName
{
border-color: #DA2CAA;
}
.TagClassName
{
border-color: #DA2CAA;
}
</style>