Shades of Razzle Dazzle Rose #DB32CC
Tints of Razzle Dazzle Rose #DB32CC
RGB
CMYK
RGB Variations
Color information
#DB32CC (or 0xDB32CC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and CC. RGB value is (219,50,204). Sum of RGB (Red+Green+Blue) = 219+50+204=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32CC is #24CD33. Grayscale: #757575. Windows color (decimal): -2411828 or 13382363. OLE color: 13382363.
HSL color Cylindrical-coordinate representation of color #DB32CC: hue angle of 305.33º 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 #DB32CC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 204 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.14 |
| HSL | 305.33º | 0.7% | 0.53% | - |
| HSV(B) | 305.33º | 0.77% | 0.86% | - |
| XYZ | 41.25 | 21.7 | 59.14 | - |
| YUV | 118.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 204 | 0 | 0.77 | 0.07 | 0.14 | 305.33 | 0.7 | 0.53 |
| Hex | DB | 32 | CC | 0 | 4D | 7 | E | 131 | 46 | 35 |
| Octal | 333 | 62 | 314 | 0 | 115 | 7 | 16 | 461 | 106 | 65 |
| Binary | 11011011 | 110010 | 11001100 | 0 | 1001101 | 111 | 1110 | 100110001 | 1000110 | 110101 |
Color Harmonies of #DB32CC
Complementary color
Monochromatic Colors of #DB32CC
Black with #DB32CC
Text Example
Text Example
White with #DB32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32CC; }
p { color: rgb(219,50,204); }
H1.HeaderClassName
{
color: #DB32CC;
}
.AnyTagClassName
{
color: #DB32CC;
}
</style>
background-color css
<style>
a { background-color: #DB32CC; }
a { background-color: rgb(219,50,204); }
div.DivClassName
{
background-color: #DB32CC;
}
.BgClassName
{
background-color: #DB32CC;
}
</style>
border-color css
<style>
span { border-color: #DB32CC; }
span { border-color: rgb(219,50,204); }
td.TdClassName
{
border-color: #DB32CC;
}
.TagClassName
{
border-color: #DB32CC;
}
</style>