Shades of Razzle Dazzle Rose #DE2FDB
Tints of Razzle Dazzle Rose #DE2FDB
RGB
CMYK
RGB Variations
Color information
#DE2FDB (or 0xDE2FDB) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2F and DB. RGB value is (222,47,219). Sum of RGB (Red+Green+Blue) = 222+47+219=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2FDB is #21D024. Grayscale: #767676. Windows color (decimal): -2215973 or 14364638. OLE color: 14364638.
HSL color Cylindrical-coordinate representation of color #DE2FDB: hue angle of 301.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE2FDB is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 47 | 219 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.13 |
| HSL | 301.03º | 0.73% | 0.53% | - |
| HSV(B) | 301.03º | 0.79% | 0.87% | - |
| XYZ | 43.93 | 22.68 | 69.08 | - |
| YUV | 118.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 47 | 219 | 0 | 0.79 | 0.01 | 0.13 | 301.03 | 0.73 | 0.53 |
| Hex | DE | 2F | DB | 0 | 4F | 1 | D | 12D | 49 | 35 |
| Octal | 336 | 57 | 333 | 0 | 117 | 1 | 15 | 455 | 111 | 65 |
| Binary | 11011110 | 101111 | 11011011 | 0 | 1001111 | 1 | 1101 | 100101101 | 1001001 | 110101 |
Color Harmonies of #DE2FDB
Complementary color
Monochromatic Colors of #DE2FDB
Black with #DE2FDB
Text Example
Text Example
White with #DE2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2FDB; }
p { color: rgb(222,47,219); }
H1.HeaderClassName
{
color: #DE2FDB;
}
.AnyTagClassName
{
color: #DE2FDB;
}
</style>
background-color css
<style>
a { background-color: #DE2FDB; }
a { background-color: rgb(222,47,219); }
div.DivClassName
{
background-color: #DE2FDB;
}
.BgClassName
{
background-color: #DE2FDB;
}
</style>
border-color css
<style>
span { border-color: #DE2FDB; }
span { border-color: rgb(222,47,219); }
td.TdClassName
{
border-color: #DE2FDB;
}
.TagClassName
{
border-color: #DE2FDB;
}
</style>