Shades of Razzle Dazzle Rose #DB31C9
Tints of Razzle Dazzle Rose #DB31C9
RGB
CMYK
RGB Variations
Color information
#DB31C9 (or 0xDB31C9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and C9. RGB value is (219,49,201). Sum of RGB (Red+Green+Blue) = 219+49+201=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31C9 is #24CE36. Grayscale: #747474. Windows color (decimal): -2412087 or 13185499. OLE color: 13185499.
HSL color Cylindrical-coordinate representation of color #DB31C9: hue angle of 306.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 #DB31C9 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 201 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.14 |
| HSL | 306.35º | 0.7% | 0.53% | - |
| HSV(B) | 306.35º | 0.78% | 0.86% | - |
| XYZ | 40.85 | 21.47 | 57.25 | - |
| YUV | 117.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 201 | 0 | 0.78 | 0.08 | 0.14 | 306.35 | 0.7 | 0.53 |
| Hex | DB | 31 | C9 | 0 | 4E | 8 | E | 132 | 46 | 35 |
| Octal | 333 | 61 | 311 | 0 | 116 | 10 | 16 | 462 | 106 | 65 |
| Binary | 11011011 | 110001 | 11001001 | 0 | 1001110 | 1000 | 1110 | 100110010 | 1000110 | 110101 |
Color Harmonies of #DB31C9
Complementary color
Monochromatic Colors of #DB31C9
Black with #DB31C9
Text Example
Text Example
White with #DB31C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31C9; }
p { color: rgb(219,49,201); }
H1.HeaderClassName
{
color: #DB31C9;
}
.AnyTagClassName
{
color: #DB31C9;
}
</style>
background-color css
<style>
a { background-color: #DB31C9; }
a { background-color: rgb(219,49,201); }
div.DivClassName
{
background-color: #DB31C9;
}
.BgClassName
{
background-color: #DB31C9;
}
</style>
border-color css
<style>
span { border-color: #DB31C9; }
span { border-color: rgb(219,49,201); }
td.TdClassName
{
border-color: #DB31C9;
}
.TagClassName
{
border-color: #DB31C9;
}
</style>