Shades of Razzle Dazzle Rose #DB31B8
Tints of Razzle Dazzle Rose #DB31B8
RGB
CMYK
RGB Variations
Color information
#DB31B8 (or 0xDB31B8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and B8. RGB value is (219,49,184). Sum of RGB (Red+Green+Blue) = 219+49+184=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31B8 is #24CE47. Grayscale: #727272. Windows color (decimal): -2412104 or 12071387. OLE color: 12071387.
HSL color Cylindrical-coordinate representation of color #DB31B8: hue angle of 312.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB31B8 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 184 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.14 |
| HSL | 312.35º | 0.7% | 0.53% | - |
| HSV(B) | 312.35º | 0.78% | 0.86% | - |
| XYZ | 38.96 | 20.72 | 47.29 | - |
| YUV | 115.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 184 | 0 | 0.78 | 0.16 | 0.14 | 312.35 | 0.7 | 0.53 |
| Hex | DB | 31 | B8 | 0 | 4E | 10 | E | 138 | 46 | 35 |
| Octal | 333 | 61 | 270 | 0 | 116 | 20 | 16 | 470 | 106 | 65 |
| Binary | 11011011 | 110001 | 10111000 | 0 | 1001110 | 10000 | 1110 | 100111000 | 1000110 | 110101 |
Color Harmonies of #DB31B8
Complementary color
Monochromatic Colors of #DB31B8
Black with #DB31B8
Text Example
Text Example
White with #DB31B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31B8; }
p { color: rgb(219,49,184); }
H1.HeaderClassName
{
color: #DB31B8;
}
.AnyTagClassName
{
color: #DB31B8;
}
</style>
background-color css
<style>
a { background-color: #DB31B8; }
a { background-color: rgb(219,49,184); }
div.DivClassName
{
background-color: #DB31B8;
}
.BgClassName
{
background-color: #DB31B8;
}
</style>
border-color css
<style>
span { border-color: #DB31B8; }
span { border-color: rgb(219,49,184); }
td.TdClassName
{
border-color: #DB31B8;
}
.TagClassName
{
border-color: #DB31B8;
}
</style>