Shades of Razzle Dazzle Rose #DE29DB
Tints of Razzle Dazzle Rose #DE29DB
RGB
CMYK
RGB Variations
Color information
#DE29DB (or 0xDE29DB) is known color: Razzle Dazzle Rose. HEX triplet: DE, 29 and DB. RGB value is (222,41,219). Sum of RGB (Red+Green+Blue) = 222+41+219=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE29DB is #21D624. Grayscale: #727272. Windows color (decimal): -2217509 or 14363102. OLE color: 14363102.
HSL color Cylindrical-coordinate representation of color #DE29DB: hue angle of 300.99º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE29DB is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 219 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.13 |
| HSL | 300.99º | 0.73% | 0.52% | - |
| HSV(B) | 300.99º | 0.82% | 0.87% | - |
| XYZ | 43.7 | 22.23 | 69.01 | - |
| YUV | 115.41 | 186.47 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 219 | 0 | 0.82 | 0.01 | 0.13 | 300.99 | 0.73 | 0.52 |
| Hex | DE | 29 | DB | 0 | 52 | 1 | D | 12D | 49 | 34 |
| Octal | 336 | 51 | 333 | 0 | 122 | 1 | 15 | 455 | 111 | 64 |
| Binary | 11011110 | 101001 | 11011011 | 0 | 1010010 | 1 | 1101 | 100101101 | 1001001 | 110100 |
Color Harmonies of #DE29DB
Complementary color
Monochromatic Colors of #DE29DB
Black with #DE29DB
Text Example
Text Example
White with #DE29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE29DB; }
p { color: rgb(222,41,219); }
H1.HeaderClassName
{
color: #DE29DB;
}
.AnyTagClassName
{
color: #DE29DB;
}
</style>
background-color css
<style>
a { background-color: #DE29DB; }
a { background-color: rgb(222,41,219); }
div.DivClassName
{
background-color: #DE29DB;
}
.BgClassName
{
background-color: #DE29DB;
}
</style>
border-color css
<style>
span { border-color: #DE29DB; }
span { border-color: rgb(222,41,219); }
td.TdClassName
{
border-color: #DE29DB;
}
.TagClassName
{
border-color: #DE29DB;
}
</style>