Shades of Razzle Dazzle Rose #DB32C8
Tints of Razzle Dazzle Rose #DB32C8
RGB
CMYK
RGB Variations
Color information
#DB32C8 (or 0xDB32C8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and C8. RGB value is (219,50,200). Sum of RGB (Red+Green+Blue) = 219+50+200=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32C8 is #24CD37. Grayscale: #757575. Windows color (decimal): -2411832 or 13120219. OLE color: 13120219.
HSL color Cylindrical-coordinate representation of color #DB32C8: hue angle of 306.75º 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 #DB32C8 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 200 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.14 |
| HSL | 306.75º | 0.7% | 0.53% | - |
| HSV(B) | 306.75º | 0.77% | 0.86% | - |
| XYZ | 40.78 | 21.51 | 56.65 | - |
| YUV | 117.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 200 | 0 | 0.77 | 0.09 | 0.14 | 306.75 | 0.7 | 0.53 |
| Hex | DB | 32 | C8 | 0 | 4D | 9 | E | 133 | 46 | 35 |
| Octal | 333 | 62 | 310 | 0 | 115 | 11 | 16 | 463 | 106 | 65 |
| Binary | 11011011 | 110010 | 11001000 | 0 | 1001101 | 1001 | 1110 | 100110011 | 1000110 | 110101 |
Color Harmonies of #DB32C8
Complementary color
Monochromatic Colors of #DB32C8
Black with #DB32C8
Text Example
Text Example
White with #DB32C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32C8; }
p { color: rgb(219,50,200); }
H1.HeaderClassName
{
color: #DB32C8;
}
.AnyTagClassName
{
color: #DB32C8;
}
</style>
background-color css
<style>
a { background-color: #DB32C8; }
a { background-color: rgb(219,50,200); }
div.DivClassName
{
background-color: #DB32C8;
}
.BgClassName
{
background-color: #DB32C8;
}
</style>
border-color css
<style>
span { border-color: #DB32C8; }
span { border-color: rgb(219,50,200); }
td.TdClassName
{
border-color: #DB32C8;
}
.TagClassName
{
border-color: #DB32C8;
}
</style>