Shades of Brilliant Rose #DE4DAA
Tints of Brilliant Rose #DE4DAA
RGB
CMYK
RGB Variations
Color information
#DE4DAA (or 0xDE4DAA) is known color: Brilliant Rose. HEX triplet: DE, 4D and AA. RGB value is (222,77,170). Sum of RGB (Red+Green+Blue) = 222+77+170=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4DAA is #21B255. Grayscale: #828282. Windows color (decimal): -2208342 or 11161054. OLE color: 11161054.
HSL color Cylindrical-coordinate representation of color #DE4DAA: hue angle of 321.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4DAA is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 170 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.13 |
| HSL | 321.52º | 0.69% | 0.59% | - |
| HSV(B) | 321.52º | 0.65% | 0.87% | - |
| XYZ | 40.03 | 23.74 | 40.5 | - |
| YUV | 130.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 170 | 0 | 0.65 | 0.23 | 0.13 | 321.52 | 0.69 | 0.59 |
| Hex | DE | 4D | AA | 0 | 41 | 17 | D | 142 | 45 | 3B |
| Octal | 336 | 115 | 252 | 0 | 101 | 27 | 15 | 502 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10101010 | 0 | 1000001 | 10111 | 1101 | 101000010 | 1000101 | 111011 |
Color Harmonies of #DE4DAA
Complementary color
Monochromatic Colors of #DE4DAA
Black with #DE4DAA
Text Example
Text Example
White with #DE4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DAA; }
p { color: rgb(222,77,170); }
H1.HeaderClassName
{
color: #DE4DAA;
}
.AnyTagClassName
{
color: #DE4DAA;
}
</style>
background-color css
<style>
a { background-color: #DE4DAA; }
a { background-color: rgb(222,77,170); }
div.DivClassName
{
background-color: #DE4DAA;
}
.BgClassName
{
background-color: #DE4DAA;
}
</style>
border-color css
<style>
span { border-color: #DE4DAA; }
span { border-color: rgb(222,77,170); }
td.TdClassName
{
border-color: #DE4DAA;
}
.TagClassName
{
border-color: #DE4DAA;
}
</style>