Shades of Razzle Dazzle Rose #DB2CD0
Tints of Razzle Dazzle Rose #DB2CD0
RGB
CMYK
RGB Variations
Color information
#DB2CD0 (or 0xDB2CD0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and D0. RGB value is (219,44,208). Sum of RGB (Red+Green+Blue) = 219+44+208=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CD0 is #24D32F. Grayscale: #727272. Windows color (decimal): -2413360 or 13642971. OLE color: 13642971.
HSL color Cylindrical-coordinate representation of color #DB2CD0: hue angle of 303.77º 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 #DB2CD0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 208 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.14 |
| HSL | 303.77º | 0.71% | 0.52% | - |
| HSV(B) | 303.77º | 0.8% | 0.86% | - |
| XYZ | 41.5 | 21.42 | 61.62 | - |
| YUV | 115.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 208 | 0 | 0.80 | 0.05 | 0.14 | 303.77 | 0.71 | 0.52 |
| Hex | DB | 2C | D0 | 0 | 50 | 5 | E | 130 | 47 | 34 |
| Octal | 333 | 54 | 320 | 0 | 120 | 5 | 16 | 460 | 107 | 64 |
| Binary | 11011011 | 101100 | 11010000 | 0 | 1010000 | 101 | 1110 | 100110000 | 1000111 | 110100 |
Color Harmonies of #DB2CD0
Complementary color
Monochromatic Colors of #DB2CD0
Black with #DB2CD0
Text Example
Text Example
White with #DB2CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CD0; }
p { color: rgb(219,44,208); }
H1.HeaderClassName
{
color: #DB2CD0;
}
.AnyTagClassName
{
color: #DB2CD0;
}
</style>
background-color css
<style>
a { background-color: #DB2CD0; }
a { background-color: rgb(219,44,208); }
div.DivClassName
{
background-color: #DB2CD0;
}
.BgClassName
{
background-color: #DB2CD0;
}
</style>
border-color css
<style>
span { border-color: #DB2CD0; }
span { border-color: rgb(219,44,208); }
td.TdClassName
{
border-color: #DB2CD0;
}
.TagClassName
{
border-color: #DB2CD0;
}
</style>