Shades of Razzle Dazzle Rose #DB30C5
Tints of Razzle Dazzle Rose #DB30C5
RGB
CMYK
RGB Variations
Color information
#DB30C5 (or 0xDB30C5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and C5. RGB value is (219,48,197). Sum of RGB (Red+Green+Blue) = 219+48+197=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30C5 is #24CF3A. Grayscale: #737373. Windows color (decimal): -2412347 or 12923099. OLE color: 12923099.
HSL color Cylindrical-coordinate representation of color #DB30C5: hue angle of 307.72º 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 #DB30C5 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 197 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.14 |
| HSL | 307.72º | 0.7% | 0.52% | - |
| HSV(B) | 307.72º | 0.78% | 0.86% | - |
| XYZ | 40.35 | 21.21 | 54.79 | - |
| YUV | 116.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 197 | 0 | 0.78 | 0.10 | 0.14 | 307.72 | 0.7 | 0.52 |
| Hex | DB | 30 | C5 | 0 | 4E | A | E | 134 | 46 | 34 |
| Octal | 333 | 60 | 305 | 0 | 116 | 12 | 16 | 464 | 106 | 64 |
| Binary | 11011011 | 110000 | 11000101 | 0 | 1001110 | 1010 | 1110 | 100110100 | 1000110 | 110100 |
Color Harmonies of #DB30C5
Complementary color
Monochromatic Colors of #DB30C5
Black with #DB30C5
Text Example
Text Example
White with #DB30C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30C5; }
p { color: rgb(219,48,197); }
H1.HeaderClassName
{
color: #DB30C5;
}
.AnyTagClassName
{
color: #DB30C5;
}
</style>
background-color css
<style>
a { background-color: #DB30C5; }
a { background-color: rgb(219,48,197); }
div.DivClassName
{
background-color: #DB30C5;
}
.BgClassName
{
background-color: #DB30C5;
}
</style>
border-color css
<style>
span { border-color: #DB30C5; }
span { border-color: rgb(219,48,197); }
td.TdClassName
{
border-color: #DB30C5;
}
.TagClassName
{
border-color: #DB30C5;
}
</style>