Shades of Razzle Dazzle Rose #DB31BB
Tints of Razzle Dazzle Rose #DB31BB
RGB
CMYK
RGB Variations
Color information
#DB31BB (or 0xDB31BB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and BB. RGB value is (219,49,187). Sum of RGB (Red+Green+Blue) = 219+49+187=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31BB is #24CE44. Grayscale: #737373. Windows color (decimal): -2412101 or 12267995. OLE color: 12267995.
HSL color Cylindrical-coordinate representation of color #DB31BB: hue angle of 311.29º 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 #DB31BB is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 187 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.14 |
| HSL | 311.29º | 0.7% | 0.53% | - |
| HSV(B) | 311.29º | 0.78% | 0.86% | - |
| XYZ | 39.28 | 20.84 | 48.97 | - |
| YUV | 115.56 | 168.32 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 187 | 0 | 0.78 | 0.15 | 0.14 | 311.29 | 0.7 | 0.53 |
| Hex | DB | 31 | BB | 0 | 4E | F | E | 137 | 46 | 35 |
| Octal | 333 | 61 | 273 | 0 | 116 | 17 | 16 | 467 | 106 | 65 |
| Binary | 11011011 | 110001 | 10111011 | 0 | 1001110 | 1111 | 1110 | 100110111 | 1000110 | 110101 |
Color Harmonies of #DB31BB
Complementary color
Monochromatic Colors of #DB31BB
Black with #DB31BB
Text Example
Text Example
White with #DB31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31BB; }
p { color: rgb(219,49,187); }
H1.HeaderClassName
{
color: #DB31BB;
}
.AnyTagClassName
{
color: #DB31BB;
}
</style>
background-color css
<style>
a { background-color: #DB31BB; }
a { background-color: rgb(219,49,187); }
div.DivClassName
{
background-color: #DB31BB;
}
.BgClassName
{
background-color: #DB31BB;
}
</style>
border-color css
<style>
span { border-color: #DB31BB; }
span { border-color: rgb(219,49,187); }
td.TdClassName
{
border-color: #DB31BB;
}
.TagClassName
{
border-color: #DB31BB;
}
</style>