Shades of Brilliant Rose #DB50AE
Tints of Brilliant Rose #DB50AE
RGB
CMYK
RGB Variations
Color information
#DB50AE (or 0xDB50AE) is known color: Brilliant Rose. HEX triplet: DB, 50 and AE. RGB value is (219,80,174). Sum of RGB (Red+Green+Blue) = 219+80+174=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50AE is #24AF51. Grayscale: #848484. Windows color (decimal): -2404178 or 11423963. OLE color: 11423963.
HSL color Cylindrical-coordinate representation of color #DB50AE: hue angle of 319.42º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50AE is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 174 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.14 |
| HSL | 319.42º | 0.66% | 0.59% | - |
| HSV(B) | 319.42º | 0.63% | 0.86% | - |
| XYZ | 39.72 | 23.85 | 42.55 | - |
| YUV | 132.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 174 | 0 | 0.63 | 0.21 | 0.14 | 319.42 | 0.66 | 0.59 |
| Hex | DB | 50 | AE | 0 | 3F | 15 | E | 13F | 42 | 3B |
| Octal | 333 | 120 | 256 | 0 | 77 | 25 | 16 | 477 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10101110 | 0 | 111111 | 10101 | 1110 | 100111111 | 1000010 | 111011 |
Color Harmonies of #DB50AE
Complementary color
Monochromatic Colors of #DB50AE
Black with #DB50AE
Text Example
Text Example
White with #DB50AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50AE; }
p { color: rgb(219,80,174); }
H1.HeaderClassName
{
color: #DB50AE;
}
.AnyTagClassName
{
color: #DB50AE;
}
</style>
background-color css
<style>
a { background-color: #DB50AE; }
a { background-color: rgb(219,80,174); }
div.DivClassName
{
background-color: #DB50AE;
}
.BgClassName
{
background-color: #DB50AE;
}
</style>
border-color css
<style>
span { border-color: #DB50AE; }
span { border-color: rgb(219,80,174); }
td.TdClassName
{
border-color: #DB50AE;
}
.TagClassName
{
border-color: #DB50AE;
}
</style>