Shades of Razzle Dazzle Rose #DB2DD0
Tints of Razzle Dazzle Rose #DB2DD0
RGB
CMYK
RGB Variations
Color information
#DB2DD0 (or 0xDB2DD0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and D0. RGB value is (219,45,208). Sum of RGB (Red+Green+Blue) = 219+45+208=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DD0 is #24D22F. Grayscale: #737373. Windows color (decimal): -2413104 or 13643227. OLE color: 13643227.
HSL color Cylindrical-coordinate representation of color #DB2DD0: hue angle of 303.79º 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 #DB2DD0 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 208 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.14 |
| HSL | 303.79º | 0.71% | 0.52% | - |
| HSV(B) | 303.79º | 0.79% | 0.86% | - |
| XYZ | 41.54 | 21.49 | 61.63 | - |
| YUV | 115.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 208 | 0 | 0.79 | 0.05 | 0.14 | 303.79 | 0.71 | 0.52 |
| Hex | DB | 2D | D0 | 0 | 4F | 5 | E | 130 | 47 | 34 |
| Octal | 333 | 55 | 320 | 0 | 117 | 5 | 16 | 460 | 107 | 64 |
| Binary | 11011011 | 101101 | 11010000 | 0 | 1001111 | 101 | 1110 | 100110000 | 1000111 | 110100 |
Color Harmonies of #DB2DD0
Complementary color
Monochromatic Colors of #DB2DD0
Black with #DB2DD0
Text Example
Text Example
White with #DB2DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DD0; }
p { color: rgb(219,45,208); }
H1.HeaderClassName
{
color: #DB2DD0;
}
.AnyTagClassName
{
color: #DB2DD0;
}
</style>
background-color css
<style>
a { background-color: #DB2DD0; }
a { background-color: rgb(219,45,208); }
div.DivClassName
{
background-color: #DB2DD0;
}
.BgClassName
{
background-color: #DB2DD0;
}
</style>
border-color css
<style>
span { border-color: #DB2DD0; }
span { border-color: rgb(219,45,208); }
td.TdClassName
{
border-color: #DB2DD0;
}
.TagClassName
{
border-color: #DB2DD0;
}
</style>