Shades of Razzle Dazzle Rose #DB32C6
Tints of Razzle Dazzle Rose #DB32C6
RGB
CMYK
RGB Variations
Color information
#DB32C6 (or 0xDB32C6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and C6. RGB value is (219,50,198). Sum of RGB (Red+Green+Blue) = 219+50+198=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32C6 is #24CD39. Grayscale: #747474. Windows color (decimal): -2411834 or 12989147. OLE color: 12989147.
HSL color Cylindrical-coordinate representation of color #DB32C6: hue angle of 307.46º 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 #DB32C6 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 198 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.14 |
| HSL | 307.46º | 0.7% | 0.53% | - |
| HSV(B) | 307.46º | 0.77% | 0.86% | - |
| XYZ | 40.55 | 21.42 | 55.42 | - |
| YUV | 117.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 198 | 0 | 0.77 | 0.10 | 0.14 | 307.46 | 0.7 | 0.53 |
| Hex | DB | 32 | C6 | 0 | 4D | A | E | 133 | 46 | 35 |
| Octal | 333 | 62 | 306 | 0 | 115 | 12 | 16 | 463 | 106 | 65 |
| Binary | 11011011 | 110010 | 11000110 | 0 | 1001101 | 1010 | 1110 | 100110011 | 1000110 | 110101 |
Color Harmonies of #DB32C6
Complementary color
Monochromatic Colors of #DB32C6
Black with #DB32C6
Text Example
Text Example
White with #DB32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32C6; }
p { color: rgb(219,50,198); }
H1.HeaderClassName
{
color: #DB32C6;
}
.AnyTagClassName
{
color: #DB32C6;
}
</style>
background-color css
<style>
a { background-color: #DB32C6; }
a { background-color: rgb(219,50,198); }
div.DivClassName
{
background-color: #DB32C6;
}
.BgClassName
{
background-color: #DB32C6;
}
</style>
border-color css
<style>
span { border-color: #DB32C6; }
span { border-color: rgb(219,50,198); }
td.TdClassName
{
border-color: #DB32C6;
}
.TagClassName
{
border-color: #DB32C6;
}
</style>