Shades of Razzle Dazzle Rose #DB30CA
Tints of Razzle Dazzle Rose #DB30CA
RGB
CMYK
RGB Variations
Color information
#DB30CA (or 0xDB30CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and CA. RGB value is (219,48,202). Sum of RGB (Red+Green+Blue) = 219+48+202=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30CA is #24CF35. Grayscale: #747474. Windows color (decimal): -2412342 or 13250779. OLE color: 13250779.
HSL color Cylindrical-coordinate representation of color #DB30CA: hue angle of 305.96º 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 #DB30CA is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 202 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.14 |
| HSL | 305.96º | 0.7% | 0.52% | - |
| HSV(B) | 305.96º | 0.78% | 0.86% | - |
| XYZ | 40.93 | 21.44 | 57.86 | - |
| YUV | 116.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 202 | 0 | 0.78 | 0.08 | 0.14 | 305.96 | 0.7 | 0.52 |
| Hex | DB | 30 | CA | 0 | 4E | 8 | E | 132 | 46 | 34 |
| Octal | 333 | 60 | 312 | 0 | 116 | 10 | 16 | 462 | 106 | 64 |
| Binary | 11011011 | 110000 | 11001010 | 0 | 1001110 | 1000 | 1110 | 100110010 | 1000110 | 110100 |
Color Harmonies of #DB30CA
Complementary color
Monochromatic Colors of #DB30CA
Black with #DB30CA
Text Example
Text Example
White with #DB30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30CA; }
p { color: rgb(219,48,202); }
H1.HeaderClassName
{
color: #DB30CA;
}
.AnyTagClassName
{
color: #DB30CA;
}
</style>
background-color css
<style>
a { background-color: #DB30CA; }
a { background-color: rgb(219,48,202); }
div.DivClassName
{
background-color: #DB30CA;
}
.BgClassName
{
background-color: #DB30CA;
}
</style>
border-color css
<style>
span { border-color: #DB30CA; }
span { border-color: rgb(219,48,202); }
td.TdClassName
{
border-color: #DB30CA;
}
.TagClassName
{
border-color: #DB30CA;
}
</style>