Shades of Razzle Dazzle Rose #DB2DC2
Tints of Razzle Dazzle Rose #DB2DC2
RGB
CMYK
RGB Variations
Color information
#DB2DC2 (or 0xDB2DC2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and C2. RGB value is (219,45,194). Sum of RGB (Red+Green+Blue) = 219+45+194=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DC2 is #24D23D. Grayscale: #717171. Windows color (decimal): -2413118 or 12725723. OLE color: 12725723.
HSL color Cylindrical-coordinate representation of color #DB2DC2: hue angle of 308.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2DC2 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 194 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.14 |
| HSL | 308.62º | 0.71% | 0.52% | - |
| HSV(B) | 308.62º | 0.79% | 0.86% | - |
| XYZ | 39.89 | 20.83 | 52.96 | - |
| YUV | 114.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 194 | 0 | 0.79 | 0.11 | 0.14 | 308.62 | 0.71 | 0.52 |
| Hex | DB | 2D | C2 | 0 | 4F | B | E | 135 | 47 | 34 |
| Octal | 333 | 55 | 302 | 0 | 117 | 13 | 16 | 465 | 107 | 64 |
| Binary | 11011011 | 101101 | 11000010 | 0 | 1001111 | 1011 | 1110 | 100110101 | 1000111 | 110100 |
Color Harmonies of #DB2DC2
Complementary color
Monochromatic Colors of #DB2DC2
Black with #DB2DC2
Text Example
Text Example
White with #DB2DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DC2; }
p { color: rgb(219,45,194); }
H1.HeaderClassName
{
color: #DB2DC2;
}
.AnyTagClassName
{
color: #DB2DC2;
}
</style>
background-color css
<style>
a { background-color: #DB2DC2; }
a { background-color: rgb(219,45,194); }
div.DivClassName
{
background-color: #DB2DC2;
}
.BgClassName
{
background-color: #DB2DC2;
}
</style>
border-color css
<style>
span { border-color: #DB2DC2; }
span { border-color: rgb(219,45,194); }
td.TdClassName
{
border-color: #DB2DC2;
}
.TagClassName
{
border-color: #DB2DC2;
}
</style>