Shades of Brilliant Rose #DE4BB0
Tints of Brilliant Rose #DE4BB0
RGB
CMYK
RGB Variations
Color information
#DE4BB0 (or 0xDE4BB0) is known color: Brilliant Rose. HEX triplet: DE, 4B and B0. RGB value is (222,75,176). Sum of RGB (Red+Green+Blue) = 222+75+176=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4BB0 is #21B44F. Grayscale: #828282. Windows color (decimal): -2208848 or 11553758. OLE color: 11553758.
HSL color Cylindrical-coordinate representation of color #DE4BB0: hue angle of 318.78º 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 #DE4BB0 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 75 | 176 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.13 |
| HSL | 318.78º | 0.69% | 0.58% | - |
| HSV(B) | 318.78º | 0.66% | 0.87% | - |
| XYZ | 40.48 | 23.7 | 43.51 | - |
| YUV | 130.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 75 | 176 | 0 | 0.66 | 0.21 | 0.13 | 318.78 | 0.69 | 0.58 |
| Hex | DE | 4B | B0 | 0 | 42 | 15 | D | 13F | 45 | 3A |
| Octal | 336 | 113 | 260 | 0 | 102 | 25 | 15 | 477 | 105 | 72 |
| Binary | 11011110 | 1001011 | 10110000 | 0 | 1000010 | 10101 | 1101 | 100111111 | 1000101 | 111010 |
Color Harmonies of #DE4BB0
Complementary color
Monochromatic Colors of #DE4BB0
Black with #DE4BB0
Text Example
Text Example
White with #DE4BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4BB0; }
p { color: rgb(222,75,176); }
H1.HeaderClassName
{
color: #DE4BB0;
}
.AnyTagClassName
{
color: #DE4BB0;
}
</style>
background-color css
<style>
a { background-color: #DE4BB0; }
a { background-color: rgb(222,75,176); }
div.DivClassName
{
background-color: #DE4BB0;
}
.BgClassName
{
background-color: #DE4BB0;
}
</style>
border-color css
<style>
span { border-color: #DE4BB0; }
span { border-color: rgb(222,75,176); }
td.TdClassName
{
border-color: #DE4BB0;
}
.TagClassName
{
border-color: #DE4BB0;
}
</style>