Shades of Brilliant Rose #DE4DB1
Tints of Brilliant Rose #DE4DB1
RGB
CMYK
RGB Variations
Color information
#DE4DB1 (or 0xDE4DB1) is known color: Brilliant Rose. HEX triplet: DE, 4D and B1. RGB value is (222,77,177). Sum of RGB (Red+Green+Blue) = 222+77+177=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4DB1 is #21B24E. Grayscale: #838383. Windows color (decimal): -2208335 or 11619806. OLE color: 11619806.
HSL color Cylindrical-coordinate representation of color #DE4DB1: hue angle of 318.62º 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 #DE4DB1 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 177 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.13 |
| HSL | 318.62º | 0.69% | 0.59% | - |
| HSV(B) | 318.62º | 0.65% | 0.87% | - |
| XYZ | 40.71 | 24.01 | 44.08 | - |
| YUV | 131.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 177 | 0 | 0.65 | 0.20 | 0.13 | 318.62 | 0.69 | 0.59 |
| Hex | DE | 4D | B1 | 0 | 41 | 14 | D | 13F | 45 | 3B |
| Octal | 336 | 115 | 261 | 0 | 101 | 24 | 15 | 477 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10110001 | 0 | 1000001 | 10100 | 1101 | 100111111 | 1000101 | 111011 |
Color Harmonies of #DE4DB1
Complementary color
Monochromatic Colors of #DE4DB1
Black with #DE4DB1
Text Example
Text Example
White with #DE4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DB1; }
p { color: rgb(222,77,177); }
H1.HeaderClassName
{
color: #DE4DB1;
}
.AnyTagClassName
{
color: #DE4DB1;
}
</style>
background-color css
<style>
a { background-color: #DE4DB1; }
a { background-color: rgb(222,77,177); }
div.DivClassName
{
background-color: #DE4DB1;
}
.BgClassName
{
background-color: #DE4DB1;
}
</style>
border-color css
<style>
span { border-color: #DE4DB1; }
span { border-color: rgb(222,77,177); }
td.TdClassName
{
border-color: #DE4DB1;
}
.TagClassName
{
border-color: #DE4DB1;
}
</style>