Shades of Razzle Dazzle Rose #DB33C4
Tints of Razzle Dazzle Rose #DB33C4
RGB
CMYK
RGB Variations
Color information
#DB33C4 (or 0xDB33C4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and C4. RGB value is (219,51,196). Sum of RGB (Red+Green+Blue) = 219+51+196=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33C4 is #24CC3B. Grayscale: #757575. Windows color (decimal): -2411580 or 12858331. OLE color: 12858331.
HSL color Cylindrical-coordinate representation of color #DB33C4: hue angle of 308.21º 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 #DB33C4 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 196 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.14 |
| HSL | 308.21º | 0.7% | 0.53% | - |
| HSV(B) | 308.21º | 0.77% | 0.86% | - |
| XYZ | 40.36 | 21.41 | 54.23 | - |
| YUV | 117.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 196 | 0 | 0.77 | 0.11 | 0.14 | 308.21 | 0.7 | 0.53 |
| Hex | DB | 33 | C4 | 0 | 4D | B | E | 134 | 46 | 35 |
| Octal | 333 | 63 | 304 | 0 | 115 | 13 | 16 | 464 | 106 | 65 |
| Binary | 11011011 | 110011 | 11000100 | 0 | 1001101 | 1011 | 1110 | 100110100 | 1000110 | 110101 |
Color Harmonies of #DB33C4
Complementary color
Monochromatic Colors of #DB33C4
Black with #DB33C4
Text Example
Text Example
White with #DB33C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33C4; }
p { color: rgb(219,51,196); }
H1.HeaderClassName
{
color: #DB33C4;
}
.AnyTagClassName
{
color: #DB33C4;
}
</style>
background-color css
<style>
a { background-color: #DB33C4; }
a { background-color: rgb(219,51,196); }
div.DivClassName
{
background-color: #DB33C4;
}
.BgClassName
{
background-color: #DB33C4;
}
</style>
border-color css
<style>
span { border-color: #DB33C4; }
span { border-color: rgb(219,51,196); }
td.TdClassName
{
border-color: #DB33C4;
}
.TagClassName
{
border-color: #DB33C4;
}
</style>