Shades of Razzle Dazzle Rose #DB29DB
Tints of Razzle Dazzle Rose #DB29DB
RGB
CMYK
RGB Variations
Color information
#DB29DB (or 0xDB29DB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and DB. RGB value is (219,41,219). Sum of RGB (Red+Green+Blue) = 219+41+219=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29DB is #24D624. Grayscale: #717171. Windows color (decimal): -2414117 or 14363099. OLE color: 14363099.
HSL color Cylindrical-coordinate representation of color #DB29DB: hue angle of 300º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB29DB is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 41 | 219 | - |
CMYK | 0 | 0.81 | 0 | 0.14 |
HSL | 300º | 0.71% | 0.51% | - |
HSV(B) | 300º | 0.81% | 0.86% | - |
XYZ | 42.79 | 21.76 | 68.96 | - |
YUV | 114.51 | 186.97 | 202.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 41 | 219 | 0 | 0.81 | 0 | 0.14 | 300 | 0.71 | 0.51 |
Hex | DB | 29 | DB | 0 | 51 | 0 | E | 12C | 47 | 33 |
Octal | 333 | 51 | 333 | 0 | 121 | 0 | 16 | 454 | 107 | 63 |
Binary | 11011011 | 101001 | 11011011 | 0 | 1010001 | 0 | 1110 | 100101100 | 1000111 | 110011 |
Color Harmonies of #DB29DB
Complementary color
Monochromatic Colors of #DB29DB
Black with #DB29DB
Text Example
Text Example
White with #DB29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29DB; }
p { color: rgb(219,41,219); }
H1.HeaderClassName
{
color: #DB29DB;
}
.AnyTagClassName
{
color: #DB29DB;
}
</style>
background-color css
<style>
a { background-color: #DB29DB; }
a { background-color: rgb(219,41,219); }
div.DivClassName
{
background-color: #DB29DB;
}
.BgClassName
{
background-color: #DB29DB;
}
</style>
border-color css
<style>
span { border-color: #DB29DB; }
span { border-color: rgb(219,41,219); }
td.TdClassName
{
border-color: #DB29DB;
}
.TagClassName
{
border-color: #DB29DB;
}
</style>