Shades of Razzle Dazzle Rose #DB32C1
Tints of Razzle Dazzle Rose #DB32C1
RGB
CMYK
RGB Variations
Color information
#DB32C1 (or 0xDB32C1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and C1. RGB value is (219,50,193). Sum of RGB (Red+Green+Blue) = 219+50+193=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32C1 is #24CD3E. Grayscale: #747474. Windows color (decimal): -2411839 or 12661467. OLE color: 12661467.
HSL color Cylindrical-coordinate representation of color #DB32C1: hue angle of 309.23º 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 #DB32C1 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 193 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.14 |
| HSL | 309.23º | 0.7% | 0.53% | - |
| HSV(B) | 309.23º | 0.77% | 0.86% | - |
| XYZ | 39.98 | 21.19 | 52.44 | - |
| YUV | 116.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 193 | 0 | 0.77 | 0.12 | 0.14 | 309.23 | 0.7 | 0.53 |
| Hex | DB | 32 | C1 | 0 | 4D | C | E | 135 | 46 | 35 |
| Octal | 333 | 62 | 301 | 0 | 115 | 14 | 16 | 465 | 106 | 65 |
| Binary | 11011011 | 110010 | 11000001 | 0 | 1001101 | 1100 | 1110 | 100110101 | 1000110 | 110101 |
Color Harmonies of #DB32C1
Complementary color
Monochromatic Colors of #DB32C1
Black with #DB32C1
Text Example
Text Example
White with #DB32C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32C1; }
p { color: rgb(219,50,193); }
H1.HeaderClassName
{
color: #DB32C1;
}
.AnyTagClassName
{
color: #DB32C1;
}
</style>
background-color css
<style>
a { background-color: #DB32C1; }
a { background-color: rgb(219,50,193); }
div.DivClassName
{
background-color: #DB32C1;
}
.BgClassName
{
background-color: #DB32C1;
}
</style>
border-color css
<style>
span { border-color: #DB32C1; }
span { border-color: rgb(219,50,193); }
td.TdClassName
{
border-color: #DB32C1;
}
.TagClassName
{
border-color: #DB32C1;
}
</style>