Shades of Brilliant Rose #DB52AE
Tints of Brilliant Rose #DB52AE
RGB
CMYK
RGB Variations
Color information
#DB52AE (or 0xDB52AE) is known color: Brilliant Rose. HEX triplet: DB, 52 and AE. RGB value is (219,82,174). Sum of RGB (Red+Green+Blue) = 219+82+174=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52AE is #24AD51. Grayscale: #858585. Windows color (decimal): -2403666 or 11424475. OLE color: 11424475.
HSL color Cylindrical-coordinate representation of color #DB52AE: hue angle of 319.71º 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 #DB52AE is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 174 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.14 |
| HSL | 319.71º | 0.66% | 0.59% | - |
| HSV(B) | 319.71º | 0.63% | 0.86% | - |
| XYZ | 39.87 | 24.15 | 42.6 | - |
| YUV | 133.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 174 | 0 | 0.63 | 0.21 | 0.14 | 319.71 | 0.66 | 0.59 |
| Hex | DB | 52 | AE | 0 | 3F | 15 | E | 140 | 42 | 3B |
| Octal | 333 | 122 | 256 | 0 | 77 | 25 | 16 | 500 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10101110 | 0 | 111111 | 10101 | 1110 | 101000000 | 1000010 | 111011 |
Color Harmonies of #DB52AE
Complementary color
Monochromatic Colors of #DB52AE
Black with #DB52AE
Text Example
Text Example
White with #DB52AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52AE; }
p { color: rgb(219,82,174); }
H1.HeaderClassName
{
color: #DB52AE;
}
.AnyTagClassName
{
color: #DB52AE;
}
</style>
background-color css
<style>
a { background-color: #DB52AE; }
a { background-color: rgb(219,82,174); }
div.DivClassName
{
background-color: #DB52AE;
}
.BgClassName
{
background-color: #DB52AE;
}
</style>
border-color css
<style>
span { border-color: #DB52AE; }
span { border-color: rgb(219,82,174); }
td.TdClassName
{
border-color: #DB52AE;
}
.TagClassName
{
border-color: #DB52AE;
}
</style>