Shades of Razzle Dazzle Rose #DB2CDB
Tints of Razzle Dazzle Rose #DB2CDB
RGB
CMYK
RGB Variations
Color information
#DB2CDB (or 0xDB2CDB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and DB. RGB value is (219,44,219). Sum of RGB (Red+Green+Blue) = 219+44+219=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CDB is #24D324. Grayscale: #737373. Windows color (decimal): -2413349 or 14363867. OLE color: 14363867.
HSL color Cylindrical-coordinate representation of color #DB2CDB: hue angle of 300º 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 #DB2CDB is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 44 | 219 | - |
CMYK | 0 | 0.80 | 0 | 0.14 |
HSL | 300º | 0.71% | 0.52% | - |
HSV(B) | 300º | 0.8% | 0.86% | - |
XYZ | 42.9 | 21.98 | 69 | - |
YUV | 116.28 | 185.98 | 201.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 44 | 219 | 0 | 0.80 | 0 | 0.14 | 300 | 0.71 | 0.52 |
Hex | DB | 2C | DB | 0 | 50 | 0 | E | 12C | 47 | 34 |
Octal | 333 | 54 | 333 | 0 | 120 | 0 | 16 | 454 | 107 | 64 |
Binary | 11011011 | 101100 | 11011011 | 0 | 1010000 | 0 | 1110 | 100101100 | 1000111 | 110100 |
Color Harmonies of #DB2CDB
Complementary color
Monochromatic Colors of #DB2CDB
Black with #DB2CDB
Text Example
Text Example
White with #DB2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CDB; }
p { color: rgb(219,44,219); }
H1.HeaderClassName
{
color: #DB2CDB;
}
.AnyTagClassName
{
color: #DB2CDB;
}
</style>
background-color css
<style>
a { background-color: #DB2CDB; }
a { background-color: rgb(219,44,219); }
div.DivClassName
{
background-color: #DB2CDB;
}
.BgClassName
{
background-color: #DB2CDB;
}
</style>
border-color css
<style>
span { border-color: #DB2CDB; }
span { border-color: rgb(219,44,219); }
td.TdClassName
{
border-color: #DB2CDB;
}
.TagClassName
{
border-color: #DB2CDB;
}
</style>