Shades of Razzle Dazzle Rose #DB33B8
Tints of Razzle Dazzle Rose #DB33B8
RGB
CMYK
RGB Variations
Color information
#DB33B8 (or 0xDB33B8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and B8. RGB value is (219,51,184). Sum of RGB (Red+Green+Blue) = 219+51+184=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33B8 is #24CC47. Grayscale: #747474. Windows color (decimal): -2411592 or 12071899. OLE color: 12071899.
HSL color Cylindrical-coordinate representation of color #DB33B8: hue angle of 312.5º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB33B8 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 184 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.14 |
| HSL | 312.5º | 0.7% | 0.53% | - |
| HSV(B) | 312.5º | 0.77% | 0.86% | - |
| XYZ | 39.05 | 20.89 | 47.32 | - |
| YUV | 116.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 184 | 0 | 0.77 | 0.16 | 0.14 | 312.5 | 0.7 | 0.53 |
| Hex | DB | 33 | B8 | 0 | 4D | 10 | E | 138 | 46 | 35 |
| Octal | 333 | 63 | 270 | 0 | 115 | 20 | 16 | 470 | 106 | 65 |
| Binary | 11011011 | 110011 | 10111000 | 0 | 1001101 | 10000 | 1110 | 100111000 | 1000110 | 110101 |
Color Harmonies of #DB33B8
Complementary color
Monochromatic Colors of #DB33B8
Black with #DB33B8
Text Example
Text Example
White with #DB33B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33B8; }
p { color: rgb(219,51,184); }
H1.HeaderClassName
{
color: #DB33B8;
}
.AnyTagClassName
{
color: #DB33B8;
}
</style>
background-color css
<style>
a { background-color: #DB33B8; }
a { background-color: rgb(219,51,184); }
div.DivClassName
{
background-color: #DB33B8;
}
.BgClassName
{
background-color: #DB33B8;
}
</style>
border-color css
<style>
span { border-color: #DB33B8; }
span { border-color: rgb(219,51,184); }
td.TdClassName
{
border-color: #DB33B8;
}
.TagClassName
{
border-color: #DB33B8;
}
</style>