Shades of Brilliant Rose #DE4DAB
Tints of Brilliant Rose #DE4DAB
RGB
CMYK
RGB Variations
Color information
#DE4DAB (or 0xDE4DAB) is known color: Brilliant Rose. HEX triplet: DE, 4D and AB. RGB value is (222,77,171). Sum of RGB (Red+Green+Blue) = 222+77+171=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4DAB is #21B254. Grayscale: #828282. Windows color (decimal): -2208341 or 11226590. OLE color: 11226590.
HSL color Cylindrical-coordinate representation of color #DE4DAB: hue angle of 321.1º 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 #DE4DAB is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 171 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.13 |
| HSL | 321.1º | 0.69% | 0.59% | - |
| HSV(B) | 321.1º | 0.65% | 0.87% | - |
| XYZ | 40.13 | 23.78 | 41 | - |
| YUV | 131.07 | 150.54 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 171 | 0 | 0.65 | 0.23 | 0.13 | 321.1 | 0.69 | 0.59 |
| Hex | DE | 4D | AB | 0 | 41 | 17 | D | 141 | 45 | 3B |
| Octal | 336 | 115 | 253 | 0 | 101 | 27 | 15 | 501 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10101011 | 0 | 1000001 | 10111 | 1101 | 101000001 | 1000101 | 111011 |
Color Harmonies of #DE4DAB
Complementary color
Monochromatic Colors of #DE4DAB
Black with #DE4DAB
Text Example
Text Example
White with #DE4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DAB; }
p { color: rgb(222,77,171); }
H1.HeaderClassName
{
color: #DE4DAB;
}
.AnyTagClassName
{
color: #DE4DAB;
}
</style>
background-color css
<style>
a { background-color: #DE4DAB; }
a { background-color: rgb(222,77,171); }
div.DivClassName
{
background-color: #DE4DAB;
}
.BgClassName
{
background-color: #DE4DAB;
}
</style>
border-color css
<style>
span { border-color: #DE4DAB; }
span { border-color: rgb(222,77,171); }
td.TdClassName
{
border-color: #DE4DAB;
}
.TagClassName
{
border-color: #DE4DAB;
}
</style>