Shades of Razzle Dazzle Rose #DE2AE0
Tints of Razzle Dazzle Rose #DE2AE0
RGB
CMYK
RGB Variations
Color information
#DE2AE0 (or 0xDE2AE0) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2A and E0. RGB value is (222,42,224). Sum of RGB (Red+Green+Blue) = 222+42+224=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE2AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2AE0 is #21D51F. Grayscale: #747474. Windows color (decimal): -2217248 or 14691038. OLE color: 14691038.
HSL color Cylindrical-coordinate representation of color #DE2AE0: hue angle of 299.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2AE0 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 42 | 224 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.12 |
| HSL | 299.34º | 0.75% | 0.52% | - |
| HSV(B) | 299.34º | 0.81% | 0.88% | - |
| XYZ | 44.41 | 22.57 | 72.54 | - |
| YUV | 116.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 42 | 224 | 0.01 | 0.81 | 0 | 0.12 | 299.34 | 0.75 | 0.52 |
| Hex | DE | 2A | E0 | 1 | 51 | 0 | C | 12B | 4B | 34 |
| Octal | 336 | 52 | 340 | 1 | 121 | 0 | 14 | 453 | 113 | 64 |
| Binary | 11011110 | 101010 | 11100000 | 1 | 1010001 | 0 | 1100 | 100101011 | 1001011 | 110100 |
Color Harmonies of #DE2AE0
Complementary color
Monochromatic Colors of #DE2AE0
Black with #DE2AE0
Text Example
Text Example
White with #DE2AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2AE0; }
p { color: rgb(222,42,224); }
H1.HeaderClassName
{
color: #DE2AE0;
}
.AnyTagClassName
{
color: #DE2AE0;
}
</style>
background-color css
<style>
a { background-color: #DE2AE0; }
a { background-color: rgb(222,42,224); }
div.DivClassName
{
background-color: #DE2AE0;
}
.BgClassName
{
background-color: #DE2AE0;
}
</style>
border-color css
<style>
span { border-color: #DE2AE0; }
span { border-color: rgb(222,42,224); }
td.TdClassName
{
border-color: #DE2AE0;
}
.TagClassName
{
border-color: #DE2AE0;
}
</style>