Shades of Brilliant Rose #DE4AAE
Tints of Brilliant Rose #DE4AAE
RGB
CMYK
RGB Variations
Color information
#DE4AAE (or 0xDE4AAE) is known color: Brilliant Rose. HEX triplet: DE, 4A and AE. RGB value is (222,74,174). Sum of RGB (Red+Green+Blue) = 222+74+174=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4AAE is #21B551. Grayscale: #818181. Windows color (decimal): -2209106 or 11422430. OLE color: 11422430.
HSL color Cylindrical-coordinate representation of color #DE4AAE: hue angle of 319.46º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4AAE is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 174 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.13 |
| HSL | 319.46º | 0.69% | 0.58% | - |
| HSV(B) | 319.46º | 0.67% | 0.87% | - |
| XYZ | 40.21 | 23.48 | 42.46 | - |
| YUV | 129.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 174 | 0 | 0.67 | 0.22 | 0.13 | 319.46 | 0.69 | 0.58 |
| Hex | DE | 4A | AE | 0 | 43 | 16 | D | 13F | 45 | 3A |
| Octal | 336 | 112 | 256 | 0 | 103 | 26 | 15 | 477 | 105 | 72 |
| Binary | 11011110 | 1001010 | 10101110 | 0 | 1000011 | 10110 | 1101 | 100111111 | 1000101 | 111010 |
Color Harmonies of #DE4AAE
Complementary color
Monochromatic Colors of #DE4AAE
Black with #DE4AAE
Text Example
Text Example
White with #DE4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4AAE; }
p { color: rgb(222,74,174); }
H1.HeaderClassName
{
color: #DE4AAE;
}
.AnyTagClassName
{
color: #DE4AAE;
}
</style>
background-color css
<style>
a { background-color: #DE4AAE; }
a { background-color: rgb(222,74,174); }
div.DivClassName
{
background-color: #DE4AAE;
}
.BgClassName
{
background-color: #DE4AAE;
}
</style>
border-color css
<style>
span { border-color: #DE4AAE; }
span { border-color: rgb(222,74,174); }
td.TdClassName
{
border-color: #DE4AAE;
}
.TagClassName
{
border-color: #DE4AAE;
}
</style>