Shades of Razzle Dazzle Rose #DE36C5
Tints of Razzle Dazzle Rose #DE36C5
RGB
CMYK
RGB Variations
Color information
#DE36C5 (or 0xDE36C5) is known color: Razzle Dazzle Rose. HEX triplet: DE, 36 and C5. RGB value is (222,54,197). Sum of RGB (Red+Green+Blue) = 222+54+197=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE36C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE36C5 is #21C93A. Grayscale: #787878. Windows color (decimal): -2214203 or 12924638. OLE color: 12924638.
HSL color Cylindrical-coordinate representation of color #DE36C5: hue angle of 308.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE36C5 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 197 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.13 |
| HSL | 308.93º | 0.72% | 0.54% | - |
| HSV(B) | 308.93º | 0.76% | 0.87% | - |
| XYZ | 41.52 | 22.2 | 54.92 | - |
| YUV | 120.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 197 | 0 | 0.76 | 0.11 | 0.13 | 308.93 | 0.72 | 0.54 |
| Hex | DE | 36 | C5 | 0 | 4C | B | D | 135 | 48 | 36 |
| Octal | 336 | 66 | 305 | 0 | 114 | 13 | 15 | 465 | 110 | 66 |
| Binary | 11011110 | 110110 | 11000101 | 0 | 1001100 | 1011 | 1101 | 100110101 | 1001000 | 110110 |
Color Harmonies of #DE36C5
Complementary color
Monochromatic Colors of #DE36C5
Black with #DE36C5
Text Example
Text Example
White with #DE36C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE36C5; }
p { color: rgb(222,54,197); }
H1.HeaderClassName
{
color: #DE36C5;
}
.AnyTagClassName
{
color: #DE36C5;
}
</style>
background-color css
<style>
a { background-color: #DE36C5; }
a { background-color: rgb(222,54,197); }
div.DivClassName
{
background-color: #DE36C5;
}
.BgClassName
{
background-color: #DE36C5;
}
</style>
border-color css
<style>
span { border-color: #DE36C5; }
span { border-color: rgb(222,54,197); }
td.TdClassName
{
border-color: #DE36C5;
}
.TagClassName
{
border-color: #DE36C5;
}
</style>