Shades of Persian Rose #DA2FAE
Tints of Persian Rose #DA2FAE
RGB
CMYK
RGB Variations
Color information
#DA2FAE (or 0xDA2FAE) is known color: Persian Rose. HEX triplet: DA, 2F and AE. RGB value is (218,47,174). Sum of RGB (Red+Green+Blue) = 218+47+174=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FAE is #25D051. Grayscale: #707070. Windows color (decimal): -2478162 or 11415514. OLE color: 11415514.
HSL color Cylindrical-coordinate representation of color #DA2FAE: hue angle of 315.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2FAE is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 174 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.15 |
| HSL | 315.44º | 0.7% | 0.52% | - |
| HSV(B) | 315.44º | 0.78% | 0.85% | - |
| XYZ | 37.57 | 19.99 | 41.92 | - |
| YUV | 112.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 174 | 0 | 0.78 | 0.20 | 0.15 | 315.44 | 0.7 | 0.52 |
| Hex | DA | 2F | AE | 0 | 4E | 14 | F | 13B | 46 | 34 |
| Octal | 332 | 57 | 256 | 0 | 116 | 24 | 17 | 473 | 106 | 64 |
| Binary | 11011010 | 101111 | 10101110 | 0 | 1001110 | 10100 | 1111 | 100111011 | 1000110 | 110100 |
Color Harmonies of #DA2FAE
Complementary color
Monochromatic Colors of #DA2FAE
Black with #DA2FAE
Text Example
Text Example
White with #DA2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FAE; }
p { color: rgb(218,47,174); }
H1.HeaderClassName
{
color: #DA2FAE;
}
.AnyTagClassName
{
color: #DA2FAE;
}
</style>
background-color css
<style>
a { background-color: #DA2FAE; }
a { background-color: rgb(218,47,174); }
div.DivClassName
{
background-color: #DA2FAE;
}
.BgClassName
{
background-color: #DA2FAE;
}
</style>
border-color css
<style>
span { border-color: #DA2FAE; }
span { border-color: rgb(218,47,174); }
td.TdClassName
{
border-color: #DA2FAE;
}
.TagClassName
{
border-color: #DA2FAE;
}
</style>