Shades of Persian Rose #DA2EAC
Tints of Persian Rose #DA2EAC
RGB
CMYK
RGB Variations
Color information
#DA2EAC (or 0xDA2EAC) is known color: Persian Rose. HEX triplet: DA, 2E and AC. RGB value is (218,46,172). Sum of RGB (Red+Green+Blue) = 218+46+172=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2EAC is #25D153. Grayscale: #6F6F6F. Windows color (decimal): -2478420 or 11284186. OLE color: 11284186.
HSL color Cylindrical-coordinate representation of color #DA2EAC: hue angle of 316.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2EAC is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 172 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.15 |
| HSL | 316.05º | 0.7% | 0.52% | - |
| HSV(B) | 316.05º | 0.79% | 0.85% | - |
| XYZ | 37.34 | 19.84 | 40.89 | - |
| YUV | 111.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 172 | 0 | 0.79 | 0.21 | 0.15 | 316.05 | 0.7 | 0.52 |
| Hex | DA | 2E | AC | 0 | 4F | 15 | F | 13C | 46 | 34 |
| Octal | 332 | 56 | 254 | 0 | 117 | 25 | 17 | 474 | 106 | 64 |
| Binary | 11011010 | 101110 | 10101100 | 0 | 1001111 | 10101 | 1111 | 100111100 | 1000110 | 110100 |
Color Harmonies of #DA2EAC
Complementary color
Monochromatic Colors of #DA2EAC
Black with #DA2EAC
Text Example
Text Example
White with #DA2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2EAC; }
p { color: rgb(218,46,172); }
H1.HeaderClassName
{
color: #DA2EAC;
}
.AnyTagClassName
{
color: #DA2EAC;
}
</style>
background-color css
<style>
a { background-color: #DA2EAC; }
a { background-color: rgb(218,46,172); }
div.DivClassName
{
background-color: #DA2EAC;
}
.BgClassName
{
background-color: #DA2EAC;
}
</style>
border-color css
<style>
span { border-color: #DA2EAC; }
span { border-color: rgb(218,46,172); }
td.TdClassName
{
border-color: #DA2EAC;
}
.TagClassName
{
border-color: #DA2EAC;
}
</style>