Shades of Razzle Dazzle Rose #DB30C0
Tints of Razzle Dazzle Rose #DB30C0
RGB
CMYK
RGB Variations
Color information
#DB30C0 (or 0xDB30C0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and C0. RGB value is (219,48,192). Sum of RGB (Red+Green+Blue) = 219+48+192=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30C0 is #24CF3F. Grayscale: #737373. Windows color (decimal): -2412352 or 12595419. OLE color: 12595419.
HSL color Cylindrical-coordinate representation of color #DB30C0: hue angle of 309.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30C0 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 192 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.14 |
| HSL | 309.47º | 0.7% | 0.52% | - |
| HSV(B) | 309.47º | 0.78% | 0.86% | - |
| XYZ | 39.78 | 20.98 | 51.82 | - |
| YUV | 115.55 | 171.15 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 192 | 0 | 0.78 | 0.12 | 0.14 | 309.47 | 0.7 | 0.52 |
| Hex | DB | 30 | C0 | 0 | 4E | C | E | 135 | 46 | 34 |
| Octal | 333 | 60 | 300 | 0 | 116 | 14 | 16 | 465 | 106 | 64 |
| Binary | 11011011 | 110000 | 11000000 | 0 | 1001110 | 1100 | 1110 | 100110101 | 1000110 | 110100 |
Color Harmonies of #DB30C0
Complementary color
Monochromatic Colors of #DB30C0
Black with #DB30C0
Text Example
Text Example
White with #DB30C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30C0; }
p { color: rgb(219,48,192); }
H1.HeaderClassName
{
color: #DB30C0;
}
.AnyTagClassName
{
color: #DB30C0;
}
</style>
background-color css
<style>
a { background-color: #DB30C0; }
a { background-color: rgb(219,48,192); }
div.DivClassName
{
background-color: #DB30C0;
}
.BgClassName
{
background-color: #DB30C0;
}
</style>
border-color css
<style>
span { border-color: #DB30C0; }
span { border-color: rgb(219,48,192); }
td.TdClassName
{
border-color: #DB30C0;
}
.TagClassName
{
border-color: #DB30C0;
}
</style>