Shades of Razzle Dazzle Rose #DB2CDA
Tints of Razzle Dazzle Rose #DB2CDA
RGB
CMYK
RGB Variations
Color information
#DB2CDA (or 0xDB2CDA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and DA. RGB value is (219,44,218). Sum of RGB (Red+Green+Blue) = 219+44+218=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CDA is #24D325. Grayscale: #737373. Windows color (decimal): -2413350 or 14298331. OLE color: 14298331.
HSL color Cylindrical-coordinate representation of color #DB2CDA: hue angle of 300.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2CDA is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 218 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.14 |
| HSL | 300.34º | 0.71% | 0.52% | - |
| HSV(B) | 300.34º | 0.8% | 0.86% | - |
| XYZ | 42.77 | 21.92 | 68.31 | - |
| YUV | 116.16 | 185.48 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 218 | 0 | 0.80 | 0.00 | 0.14 | 300.34 | 0.71 | 0.52 |
| Hex | DB | 2C | DA | 0 | 50 | 0 | E | 12C | 47 | 34 |
| Octal | 333 | 54 | 332 | 0 | 120 | 0 | 16 | 454 | 107 | 64 |
| Binary | 11011011 | 101100 | 11011010 | 0 | 1010000 | 0 | 1110 | 100101100 | 1000111 | 110100 |
Color Harmonies of #DB2CDA
Complementary color
Monochromatic Colors of #DB2CDA
Black with #DB2CDA
Text Example
Text Example
White with #DB2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CDA; }
p { color: rgb(219,44,218); }
H1.HeaderClassName
{
color: #DB2CDA;
}
.AnyTagClassName
{
color: #DB2CDA;
}
</style>
background-color css
<style>
a { background-color: #DB2CDA; }
a { background-color: rgb(219,44,218); }
div.DivClassName
{
background-color: #DB2CDA;
}
.BgClassName
{
background-color: #DB2CDA;
}
</style>
border-color css
<style>
span { border-color: #DB2CDA; }
span { border-color: rgb(219,44,218); }
td.TdClassName
{
border-color: #DB2CDA;
}
.TagClassName
{
border-color: #DB2CDA;
}
</style>