Shades of Razzle Dazzle Rose #DB31BD
Tints of Razzle Dazzle Rose #DB31BD
RGB
CMYK
RGB Variations
Color information
#DB31BD (or 0xDB31BD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and BD. RGB value is (219,49,189). Sum of RGB (Red+Green+Blue) = 219+49+189=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31BD is #24CE42. Grayscale: #737373. Windows color (decimal): -2412099 or 12399067. OLE color: 12399067.
HSL color Cylindrical-coordinate representation of color #DB31BD: hue angle of 310.59º 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 #DB31BD is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 189 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.14 |
| HSL | 310.59º | 0.7% | 0.53% | - |
| HSV(B) | 310.59º | 0.78% | 0.86% | - |
| XYZ | 39.5 | 20.93 | 50.1 | - |
| YUV | 115.79 | 169.32 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 189 | 0 | 0.78 | 0.14 | 0.14 | 310.59 | 0.7 | 0.53 |
| Hex | DB | 31 | BD | 0 | 4E | E | E | 137 | 46 | 35 |
| Octal | 333 | 61 | 275 | 0 | 116 | 16 | 16 | 467 | 106 | 65 |
| Binary | 11011011 | 110001 | 10111101 | 0 | 1001110 | 1110 | 1110 | 100110111 | 1000110 | 110101 |
Color Harmonies of #DB31BD
Complementary color
Monochromatic Colors of #DB31BD
Black with #DB31BD
Text Example
Text Example
White with #DB31BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31BD; }
p { color: rgb(219,49,189); }
H1.HeaderClassName
{
color: #DB31BD;
}
.AnyTagClassName
{
color: #DB31BD;
}
</style>
background-color css
<style>
a { background-color: #DB31BD; }
a { background-color: rgb(219,49,189); }
div.DivClassName
{
background-color: #DB31BD;
}
.BgClassName
{
background-color: #DB31BD;
}
</style>
border-color css
<style>
span { border-color: #DB31BD; }
span { border-color: rgb(219,49,189); }
td.TdClassName
{
border-color: #DB31BD;
}
.TagClassName
{
border-color: #DB31BD;
}
</style>