Shades of Razzle Dazzle Rose #DB31D3
Tints of Razzle Dazzle Rose #DB31D3
RGB
CMYK
RGB Variations
Color information
#DB31D3 (or 0xDB31D3) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and D3. RGB value is (219,49,211). Sum of RGB (Red+Green+Blue) = 219+49+211=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31D3 is #24CE2C. Grayscale: #757575. Windows color (decimal): -2412077 or 13840859. OLE color: 13840859.
HSL color Cylindrical-coordinate representation of color #DB31D3: hue angle of 302.82º 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 #DB31D3 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 211 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.14 |
| HSL | 302.82º | 0.7% | 0.53% | - |
| HSV(B) | 302.82º | 0.78% | 0.86% | - |
| XYZ | 42.07 | 21.96 | 63.65 | - |
| YUV | 118.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 211 | 0 | 0.78 | 0.04 | 0.14 | 302.82 | 0.7 | 0.53 |
| Hex | DB | 31 | D3 | 0 | 4E | 4 | E | 12F | 46 | 35 |
| Octal | 333 | 61 | 323 | 0 | 116 | 4 | 16 | 457 | 106 | 65 |
| Binary | 11011011 | 110001 | 11010011 | 0 | 1001110 | 100 | 1110 | 100101111 | 1000110 | 110101 |
Color Harmonies of #DB31D3
Complementary color
Monochromatic Colors of #DB31D3
Black with #DB31D3
Text Example
Text Example
White with #DB31D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31D3; }
p { color: rgb(219,49,211); }
H1.HeaderClassName
{
color: #DB31D3;
}
.AnyTagClassName
{
color: #DB31D3;
}
</style>
background-color css
<style>
a { background-color: #DB31D3; }
a { background-color: rgb(219,49,211); }
div.DivClassName
{
background-color: #DB31D3;
}
.BgClassName
{
background-color: #DB31D3;
}
</style>
border-color css
<style>
span { border-color: #DB31D3; }
span { border-color: rgb(219,49,211); }
td.TdClassName
{
border-color: #DB31D3;
}
.TagClassName
{
border-color: #DB31D3;
}
</style>