Shades of Brilliant Rose #DE4AAD
Tints of Brilliant Rose #DE4AAD
RGB
CMYK
RGB Variations
Color information
#DE4AAD (or 0xDE4AAD) is known color: Brilliant Rose. HEX triplet: DE, 4A and AD. RGB value is (222,74,173). Sum of RGB (Red+Green+Blue) = 222+74+173=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4AAD is #21B552. Grayscale: #818181. Windows color (decimal): -2209107 or 11356894. OLE color: 11356894.
HSL color Cylindrical-coordinate representation of color #DE4AAD: hue angle of 319.86º 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 #DE4AAD is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 173 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.13 |
| HSL | 319.86º | 0.69% | 0.58% | - |
| HSV(B) | 319.86º | 0.67% | 0.87% | - |
| XYZ | 40.12 | 23.44 | 41.95 | - |
| YUV | 129.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 173 | 0 | 0.67 | 0.22 | 0.13 | 319.86 | 0.69 | 0.58 |
| Hex | DE | 4A | AD | 0 | 43 | 16 | D | 140 | 45 | 3A |
| Octal | 336 | 112 | 255 | 0 | 103 | 26 | 15 | 500 | 105 | 72 |
| Binary | 11011110 | 1001010 | 10101101 | 0 | 1000011 | 10110 | 1101 | 101000000 | 1000101 | 111010 |
Color Harmonies of #DE4AAD
Complementary color
Monochromatic Colors of #DE4AAD
Black with #DE4AAD
Text Example
Text Example
White with #DE4AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4AAD; }
p { color: rgb(222,74,173); }
H1.HeaderClassName
{
color: #DE4AAD;
}
.AnyTagClassName
{
color: #DE4AAD;
}
</style>
background-color css
<style>
a { background-color: #DE4AAD; }
a { background-color: rgb(222,74,173); }
div.DivClassName
{
background-color: #DE4AAD;
}
.BgClassName
{
background-color: #DE4AAD;
}
</style>
border-color css
<style>
span { border-color: #DE4AAD; }
span { border-color: rgb(222,74,173); }
td.TdClassName
{
border-color: #DE4AAD;
}
.TagClassName
{
border-color: #DE4AAD;
}
</style>