Shades of Razzle Dazzle Rose #DB30CD
Tints of Razzle Dazzle Rose #DB30CD
RGB
CMYK
RGB Variations
Color information
#DB30CD (or 0xDB30CD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and CD. RGB value is (219,48,205). Sum of RGB (Red+Green+Blue) = 219+48+205=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30CD is #24CF32. Grayscale: #747474. Windows color (decimal): -2412339 or 13447387. OLE color: 13447387.
HSL color Cylindrical-coordinate representation of color #DB30CD: hue angle of 304.91º 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 #DB30CD is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 205 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.14 |
| HSL | 304.91º | 0.7% | 0.52% | - |
| HSV(B) | 304.91º | 0.78% | 0.86% | - |
| XYZ | 41.29 | 21.58 | 59.75 | - |
| YUV | 117.03 | 177.65 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 205 | 0 | 0.78 | 0.06 | 0.14 | 304.91 | 0.7 | 0.52 |
| Hex | DB | 30 | CD | 0 | 4E | 6 | E | 131 | 46 | 34 |
| Octal | 333 | 60 | 315 | 0 | 116 | 6 | 16 | 461 | 106 | 64 |
| Binary | 11011011 | 110000 | 11001101 | 0 | 1001110 | 110 | 1110 | 100110001 | 1000110 | 110100 |
Color Harmonies of #DB30CD
Complementary color
Monochromatic Colors of #DB30CD
Black with #DB30CD
Text Example
Text Example
White with #DB30CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30CD; }
p { color: rgb(219,48,205); }
H1.HeaderClassName
{
color: #DB30CD;
}
.AnyTagClassName
{
color: #DB30CD;
}
</style>
background-color css
<style>
a { background-color: #DB30CD; }
a { background-color: rgb(219,48,205); }
div.DivClassName
{
background-color: #DB30CD;
}
.BgClassName
{
background-color: #DB30CD;
}
</style>
border-color css
<style>
span { border-color: #DB30CD; }
span { border-color: rgb(219,48,205); }
td.TdClassName
{
border-color: #DB30CD;
}
.TagClassName
{
border-color: #DB30CD;
}
</style>