Shades of Razzle Dazzle Rose #DB2EDC
Tints of Razzle Dazzle Rose #DB2EDC
RGB
CMYK
RGB Variations
Color information
#DB2EDC (or 0xDB2EDC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and DC. RGB value is (219,46,220). Sum of RGB (Red+Green+Blue) = 219+46+220=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EDC is #24D123. Grayscale: #757575. Windows color (decimal): -2412836 or 14429915. OLE color: 14429915.
HSL color Cylindrical-coordinate representation of color #DB2EDC: hue angle of 299.66º 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 #DB2EDC is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 220 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.14 |
| HSL | 299.66º | 0.71% | 0.52% | - |
| HSV(B) | 299.66º | 0.79% | 0.86% | - |
| XYZ | 43.11 | 22.18 | 69.72 | - |
| YUV | 117.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 220 | 0.00 | 0.79 | 0 | 0.14 | 299.66 | 0.71 | 0.52 |
| Hex | DB | 2E | DC | 0 | 4F | 0 | E | 12C | 47 | 34 |
| Octal | 333 | 56 | 334 | 0 | 117 | 0 | 16 | 454 | 107 | 64 |
| Binary | 11011011 | 101110 | 11011100 | 0 | 1001111 | 0 | 1110 | 100101100 | 1000111 | 110100 |
Color Harmonies of #DB2EDC
Complementary color
Monochromatic Colors of #DB2EDC
Black with #DB2EDC
Text Example
Text Example
White with #DB2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EDC; }
p { color: rgb(219,46,220); }
H1.HeaderClassName
{
color: #DB2EDC;
}
.AnyTagClassName
{
color: #DB2EDC;
}
</style>
background-color css
<style>
a { background-color: #DB2EDC; }
a { background-color: rgb(219,46,220); }
div.DivClassName
{
background-color: #DB2EDC;
}
.BgClassName
{
background-color: #DB2EDC;
}
</style>
border-color css
<style>
span { border-color: #DB2EDC; }
span { border-color: rgb(219,46,220); }
td.TdClassName
{
border-color: #DB2EDC;
}
.TagClassName
{
border-color: #DB2EDC;
}
</style>