Shades of Brilliant Rose #DB57AF
Tints of Brilliant Rose #DB57AF
RGB
CMYK
RGB Variations
Color information
#DB57AF (or 0xDB57AF) is known color: Brilliant Rose. HEX triplet: DB, 57 and AF. RGB value is (219,87,175). Sum of RGB (Red+Green+Blue) = 219+87+175=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB57AF is #24A850. Grayscale: #888888. Windows color (decimal): -2402385 or 11491291. OLE color: 11491291.
HSL color Cylindrical-coordinate representation of color #DB57AF: hue angle of 320º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB57AF is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 175 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.14 |
| HSL | 320º | 0.65% | 0.6% | - |
| HSV(B) | 320º | 0.6% | 0.86% | - |
| XYZ | 40.36 | 24.97 | 43.25 | - |
| YUV | 136.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 175 | 0 | 0.60 | 0.20 | 0.14 | 320 | 0.65 | 0.6 |
| Hex | DB | 57 | AF | 0 | 3C | 14 | E | 140 | 41 | 3C |
| Octal | 333 | 127 | 257 | 0 | 74 | 24 | 16 | 500 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10101111 | 0 | 111100 | 10100 | 1110 | 101000000 | 1000001 | 111100 |
Color Harmonies of #DB57AF
Complementary color
Monochromatic Colors of #DB57AF
Black with #DB57AF
Text Example
Text Example
White with #DB57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57AF; }
p { color: rgb(219,87,175); }
H1.HeaderClassName
{
color: #DB57AF;
}
.AnyTagClassName
{
color: #DB57AF;
}
</style>
background-color css
<style>
a { background-color: #DB57AF; }
a { background-color: rgb(219,87,175); }
div.DivClassName
{
background-color: #DB57AF;
}
.BgClassName
{
background-color: #DB57AF;
}
</style>
border-color css
<style>
span { border-color: #DB57AF; }
span { border-color: rgb(219,87,175); }
td.TdClassName
{
border-color: #DB57AF;
}
.TagClassName
{
border-color: #DB57AF;
}
</style>