Shades of Razzle Dazzle Rose #DB31D2
Tints of Razzle Dazzle Rose #DB31D2
RGB
CMYK
RGB Variations
Color information
#DB31D2 (or 0xDB31D2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and D2. RGB value is (219,49,210). Sum of RGB (Red+Green+Blue) = 219+49+210=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31D2 is #24CE2D. Grayscale: #757575. Windows color (decimal): -2412078 or 13775323. OLE color: 13775323.
HSL color Cylindrical-coordinate representation of color #DB31D2: hue angle of 303.18º 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 #DB31D2 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 210 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.14 |
| HSL | 303.18º | 0.7% | 0.53% | - |
| HSV(B) | 303.18º | 0.78% | 0.86% | - |
| XYZ | 41.94 | 21.91 | 62.99 | - |
| YUV | 118.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 210 | 0 | 0.78 | 0.04 | 0.14 | 303.18 | 0.7 | 0.53 |
| Hex | DB | 31 | D2 | 0 | 4E | 4 | E | 12F | 46 | 35 |
| Octal | 333 | 61 | 322 | 0 | 116 | 4 | 16 | 457 | 106 | 65 |
| Binary | 11011011 | 110001 | 11010010 | 0 | 1001110 | 100 | 1110 | 100101111 | 1000110 | 110101 |
Color Harmonies of #DB31D2
Complementary color
Monochromatic Colors of #DB31D2
Black with #DB31D2
Text Example
Text Example
White with #DB31D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31D2; }
p { color: rgb(219,49,210); }
H1.HeaderClassName
{
color: #DB31D2;
}
.AnyTagClassName
{
color: #DB31D2;
}
</style>
background-color css
<style>
a { background-color: #DB31D2; }
a { background-color: rgb(219,49,210); }
div.DivClassName
{
background-color: #DB31D2;
}
.BgClassName
{
background-color: #DB31D2;
}
</style>
border-color css
<style>
span { border-color: #DB31D2; }
span { border-color: rgb(219,49,210); }
td.TdClassName
{
border-color: #DB31D2;
}
.TagClassName
{
border-color: #DB31D2;
}
</style>