Shades of Razzle Dazzle Rose #DB34CC
Tints of Razzle Dazzle Rose #DB34CC
RGB
CMYK
RGB Variations
Color information
#DB34CC (or 0xDB34CC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and CC. RGB value is (219,52,204). Sum of RGB (Red+Green+Blue) = 219+52+204=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34CC is #24CB33. Grayscale: #767676. Windows color (decimal): -2411316 or 13382875. OLE color: 13382875.
HSL color Cylindrical-coordinate representation of color #DB34CC: hue angle of 305.39º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34CC is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 204 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.14 |
| HSL | 305.39º | 0.7% | 0.53% | - |
| HSV(B) | 305.39º | 0.76% | 0.86% | - |
| XYZ | 41.34 | 21.88 | 59.17 | - |
| YUV | 119.26 | 175.83 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 204 | 0 | 0.76 | 0.07 | 0.14 | 305.39 | 0.7 | 0.53 |
| Hex | DB | 34 | CC | 0 | 4C | 7 | E | 131 | 46 | 35 |
| Octal | 333 | 64 | 314 | 0 | 114 | 7 | 16 | 461 | 106 | 65 |
| Binary | 11011011 | 110100 | 11001100 | 0 | 1001100 | 111 | 1110 | 100110001 | 1000110 | 110101 |
Color Harmonies of #DB34CC
Complementary color
Monochromatic Colors of #DB34CC
Black with #DB34CC
Text Example
Text Example
White with #DB34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34CC; }
p { color: rgb(219,52,204); }
H1.HeaderClassName
{
color: #DB34CC;
}
.AnyTagClassName
{
color: #DB34CC;
}
</style>
background-color css
<style>
a { background-color: #DB34CC; }
a { background-color: rgb(219,52,204); }
div.DivClassName
{
background-color: #DB34CC;
}
.BgClassName
{
background-color: #DB34CC;
}
</style>
border-color css
<style>
span { border-color: #DB34CC; }
span { border-color: rgb(219,52,204); }
td.TdClassName
{
border-color: #DB34CC;
}
.TagClassName
{
border-color: #DB34CC;
}
</style>