Shades of Razzle Dazzle Rose #DB2BCA
Tints of Razzle Dazzle Rose #DB2BCA
RGB
CMYK
RGB Variations
Color information
#DB2BCA (or 0xDB2BCA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and CA. RGB value is (219,43,202). Sum of RGB (Red+Green+Blue) = 219+43+202=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BCA is #24D435. Grayscale: #717171. Windows color (decimal): -2413622 or 13249499. OLE color: 13249499.
HSL color Cylindrical-coordinate representation of color #DB2BCA: hue angle of 305.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BCA is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 202 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.14 |
| HSL | 305.8º | 0.71% | 0.51% | - |
| HSV(B) | 305.8º | 0.8% | 0.86% | - |
| XYZ | 40.74 | 21.05 | 57.79 | - |
| YUV | 113.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 202 | 0 | 0.80 | 0.08 | 0.14 | 305.8 | 0.71 | 0.51 |
| Hex | DB | 2B | CA | 0 | 50 | 8 | E | 132 | 47 | 33 |
| Octal | 333 | 53 | 312 | 0 | 120 | 10 | 16 | 462 | 107 | 63 |
| Binary | 11011011 | 101011 | 11001010 | 0 | 1010000 | 1000 | 1110 | 100110010 | 1000111 | 110011 |
Color Harmonies of #DB2BCA
Complementary color
Monochromatic Colors of #DB2BCA
Black with #DB2BCA
Text Example
Text Example
White with #DB2BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BCA; }
p { color: rgb(219,43,202); }
H1.HeaderClassName
{
color: #DB2BCA;
}
.AnyTagClassName
{
color: #DB2BCA;
}
</style>
background-color css
<style>
a { background-color: #DB2BCA; }
a { background-color: rgb(219,43,202); }
div.DivClassName
{
background-color: #DB2BCA;
}
.BgClassName
{
background-color: #DB2BCA;
}
</style>
border-color css
<style>
span { border-color: #DB2BCA; }
span { border-color: rgb(219,43,202); }
td.TdClassName
{
border-color: #DB2BCA;
}
.TagClassName
{
border-color: #DB2BCA;
}
</style>