Shades of Razzle Dazzle Rose #DE2DCB
Tints of Razzle Dazzle Rose #DE2DCB
RGB
CMYK
RGB Variations
Color information
#DE2DCB (or 0xDE2DCB) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2D and CB. RGB value is (222,45,203). Sum of RGB (Red+Green+Blue) = 222+45+203=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2DCB is #21D234. Grayscale: #737373. Windows color (decimal): -2216501 or 13315550. OLE color: 13315550.
HSL color Cylindrical-coordinate representation of color #DE2DCB: hue angle of 306.44º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2DCB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 203 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.13 |
| HSL | 306.44º | 0.73% | 0.52% | - |
| HSV(B) | 306.44º | 0.8% | 0.87% | - |
| XYZ | 41.84 | 21.72 | 58.49 | - |
| YUV | 115.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 203 | 0 | 0.80 | 0.09 | 0.13 | 306.44 | 0.73 | 0.52 |
| Hex | DE | 2D | CB | 0 | 50 | 9 | D | 132 | 49 | 34 |
| Octal | 336 | 55 | 313 | 0 | 120 | 11 | 15 | 462 | 111 | 64 |
| Binary | 11011110 | 101101 | 11001011 | 0 | 1010000 | 1001 | 1101 | 100110010 | 1001001 | 110100 |
Color Harmonies of #DE2DCB
Complementary color
Monochromatic Colors of #DE2DCB
Black with #DE2DCB
Text Example
Text Example
White with #DE2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2DCB; }
p { color: rgb(222,45,203); }
H1.HeaderClassName
{
color: #DE2DCB;
}
.AnyTagClassName
{
color: #DE2DCB;
}
</style>
background-color css
<style>
a { background-color: #DE2DCB; }
a { background-color: rgb(222,45,203); }
div.DivClassName
{
background-color: #DE2DCB;
}
.BgClassName
{
background-color: #DE2DCB;
}
</style>
border-color css
<style>
span { border-color: #DE2DCB; }
span { border-color: rgb(222,45,203); }
td.TdClassName
{
border-color: #DE2DCB;
}
.TagClassName
{
border-color: #DE2DCB;
}
</style>