Shades of Razzle Dazzle Rose #DB2ED2
Tints of Razzle Dazzle Rose #DB2ED2
RGB
CMYK
RGB Variations
Color information
#DB2ED2 (or 0xDB2ED2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and D2. RGB value is (219,46,210). Sum of RGB (Red+Green+Blue) = 219+46+210=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ED2 is #24D12D. Grayscale: #737373. Windows color (decimal): -2412846 or 13774555. OLE color: 13774555.
HSL color Cylindrical-coordinate representation of color #DB2ED2: hue angle of 303.12º 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 #DB2ED2 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 46 | 210 | - |
CMYK | 0 | 0.79 | 0.04 | 0.14 |
HSL | 303.12º | 0.71% | 0.52% | - |
HSV(B) | 303.12º | 0.79% | 0.86% | - |
XYZ | 41.82 | 21.67 | 62.95 | - |
YUV | 116.42 | 180.81 | 201.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 46 | 210 | 0 | 0.79 | 0.04 | 0.14 | 303.12 | 0.71 | 0.52 |
Hex | DB | 2E | D2 | 0 | 4F | 4 | E | 12F | 47 | 34 |
Octal | 333 | 56 | 322 | 0 | 117 | 4 | 16 | 457 | 107 | 64 |
Binary | 11011011 | 101110 | 11010010 | 0 | 1001111 | 100 | 1110 | 100101111 | 1000111 | 110100 |
Color Harmonies of #DB2ED2
Complementary color
Monochromatic Colors of #DB2ED2
Black with #DB2ED2
Text Example
Text Example
White with #DB2ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2ED2; }
p { color: rgb(219,46,210); }
H1.HeaderClassName
{
color: #DB2ED2;
}
.AnyTagClassName
{
color: #DB2ED2;
}
</style>
background-color css
<style>
a { background-color: #DB2ED2; }
a { background-color: rgb(219,46,210); }
div.DivClassName
{
background-color: #DB2ED2;
}
.BgClassName
{
background-color: #DB2ED2;
}
</style>
border-color css
<style>
span { border-color: #DB2ED2; }
span { border-color: rgb(219,46,210); }
td.TdClassName
{
border-color: #DB2ED2;
}
.TagClassName
{
border-color: #DB2ED2;
}
</style>