Shades of Razzle Dazzle Rose #DE2CCD
Tints of Razzle Dazzle Rose #DE2CCD
RGB
CMYK
RGB Variations
Color information
#DE2CCD (or 0xDE2CCD) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2C and CD. RGB value is (222,44,205). Sum of RGB (Red+Green+Blue) = 222+44+205=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2CCD is #21D332. Grayscale: #737373. Windows color (decimal): -2216755 or 13446366. OLE color: 13446366.
HSL color Cylindrical-coordinate representation of color #DE2CCD: hue angle of 305.73º 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 #DE2CCD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 205 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.13 |
| HSL | 305.73º | 0.73% | 0.52% | - |
| HSV(B) | 305.73º | 0.8% | 0.87% | - |
| XYZ | 42.04 | 21.74 | 59.74 | - |
| YUV | 115.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 205 | 0 | 0.80 | 0.08 | 0.13 | 305.73 | 0.73 | 0.52 |
| Hex | DE | 2C | CD | 0 | 50 | 8 | D | 132 | 49 | 34 |
| Octal | 336 | 54 | 315 | 0 | 120 | 10 | 15 | 462 | 111 | 64 |
| Binary | 11011110 | 101100 | 11001101 | 0 | 1010000 | 1000 | 1101 | 100110010 | 1001001 | 110100 |
Color Harmonies of #DE2CCD
Complementary color
Monochromatic Colors of #DE2CCD
Black with #DE2CCD
Text Example
Text Example
White with #DE2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2CCD; }
p { color: rgb(222,44,205); }
H1.HeaderClassName
{
color: #DE2CCD;
}
.AnyTagClassName
{
color: #DE2CCD;
}
</style>
background-color css
<style>
a { background-color: #DE2CCD; }
a { background-color: rgb(222,44,205); }
div.DivClassName
{
background-color: #DE2CCD;
}
.BgClassName
{
background-color: #DE2CCD;
}
</style>
border-color css
<style>
span { border-color: #DE2CCD; }
span { border-color: rgb(222,44,205); }
td.TdClassName
{
border-color: #DE2CCD;
}
.TagClassName
{
border-color: #DE2CCD;
}
</style>