Shades of Brilliant Rose #DB59AF
Tints of Brilliant Rose #DB59AF
RGB
CMYK
RGB Variations
Color information
#DB59AF (or 0xDB59AF) is known color: Brilliant Rose. HEX triplet: DB, 59 and AF. RGB value is (219,89,175). Sum of RGB (Red+Green+Blue) = 219+89+175=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59AF is #24A650. Grayscale: #898989. Windows color (decimal): -2401873 or 11491803. OLE color: 11491803.
HSL color Cylindrical-coordinate representation of color #DB59AF: hue angle of 320.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59AF is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 175 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.14 |
| HSL | 320.31º | 0.64% | 0.6% | - |
| HSV(B) | 320.31º | 0.59% | 0.86% | - |
| XYZ | 40.52 | 25.3 | 43.3 | - |
| YUV | 137.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 175 | 0 | 0.59 | 0.20 | 0.14 | 320.31 | 0.64 | 0.6 |
| Hex | DB | 59 | AF | 0 | 3B | 14 | E | 140 | 40 | 3C |
| Octal | 333 | 131 | 257 | 0 | 73 | 24 | 16 | 500 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10101111 | 0 | 111011 | 10100 | 1110 | 101000000 | 1000000 | 111100 |
Color Harmonies of #DB59AF
Complementary color
Monochromatic Colors of #DB59AF
Black with #DB59AF
Text Example
Text Example
White with #DB59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59AF; }
p { color: rgb(219,89,175); }
H1.HeaderClassName
{
color: #DB59AF;
}
.AnyTagClassName
{
color: #DB59AF;
}
</style>
background-color css
<style>
a { background-color: #DB59AF; }
a { background-color: rgb(219,89,175); }
div.DivClassName
{
background-color: #DB59AF;
}
.BgClassName
{
background-color: #DB59AF;
}
</style>
border-color css
<style>
span { border-color: #DB59AF; }
span { border-color: rgb(219,89,175); }
td.TdClassName
{
border-color: #DB59AF;
}
.TagClassName
{
border-color: #DB59AF;
}
</style>