Shades of Brilliant Rose #DE4BA8
Tints of Brilliant Rose #DE4BA8
RGB
CMYK
RGB Variations
Color information
#DE4BA8 (or 0xDE4BA8) is known color: Brilliant Rose. HEX triplet: DE, 4B and A8. RGB value is (222,75,168). Sum of RGB (Red+Green+Blue) = 222+75+168=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4BA8 is #21B457. Grayscale: #818181. Windows color (decimal): -2208856 or 11029470. OLE color: 11029470.
HSL color Cylindrical-coordinate representation of color #DE4BA8: hue angle of 322.04º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4BA8 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 75 | 168 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.13 |
| HSL | 322.04º | 0.69% | 0.58% | - |
| HSV(B) | 322.04º | 0.66% | 0.87% | - |
| XYZ | 39.71 | 23.39 | 39.47 | - |
| YUV | 129.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 75 | 168 | 0 | 0.66 | 0.24 | 0.13 | 322.04 | 0.69 | 0.58 |
| Hex | DE | 4B | A8 | 0 | 42 | 18 | D | 142 | 45 | 3A |
| Octal | 336 | 113 | 250 | 0 | 102 | 30 | 15 | 502 | 105 | 72 |
| Binary | 11011110 | 1001011 | 10101000 | 0 | 1000010 | 11000 | 1101 | 101000010 | 1000101 | 111010 |
Color Harmonies of #DE4BA8
Complementary color
Monochromatic Colors of #DE4BA8
Black with #DE4BA8
Text Example
Text Example
White with #DE4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4BA8; }
p { color: rgb(222,75,168); }
H1.HeaderClassName
{
color: #DE4BA8;
}
.AnyTagClassName
{
color: #DE4BA8;
}
</style>
background-color css
<style>
a { background-color: #DE4BA8; }
a { background-color: rgb(222,75,168); }
div.DivClassName
{
background-color: #DE4BA8;
}
.BgClassName
{
background-color: #DE4BA8;
}
</style>
border-color css
<style>
span { border-color: #DE4BA8; }
span { border-color: rgb(222,75,168); }
td.TdClassName
{
border-color: #DE4BA8;
}
.TagClassName
{
border-color: #DE4BA8;
}
</style>