Shades of Razzle Dazzle Rose #DE3CB5
Tints of Razzle Dazzle Rose #DE3CB5
RGB
CMYK
RGB Variations
Color information
#DE3CB5 (or 0xDE3CB5) is known color: Razzle Dazzle Rose. HEX triplet: DE, 3C and B5. RGB value is (222,60,181). Sum of RGB (Red+Green+Blue) = 222+60+181=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE3CB5 is #21C34A. Grayscale: #797979. Windows color (decimal): -2212683 or 11877598. OLE color: 11877598.
HSL color Cylindrical-coordinate representation of color #DE3CB5: hue angle of 315.19º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3CB5 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 181 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.13 |
| HSL | 315.19º | 0.71% | 0.55% | - |
| HSV(B) | 315.19º | 0.73% | 0.87% | - |
| XYZ | 40.08 | 22.1 | 45.87 | - |
| YUV | 122.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 181 | 0 | 0.73 | 0.18 | 0.13 | 315.19 | 0.71 | 0.55 |
| Hex | DE | 3C | B5 | 0 | 49 | 12 | D | 13B | 47 | 37 |
| Octal | 336 | 74 | 265 | 0 | 111 | 22 | 15 | 473 | 107 | 67 |
| Binary | 11011110 | 111100 | 10110101 | 0 | 1001001 | 10010 | 1101 | 100111011 | 1000111 | 110111 |
Color Harmonies of #DE3CB5
Complementary color
Monochromatic Colors of #DE3CB5
Black with #DE3CB5
Text Example
Text Example
White with #DE3CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3CB5; }
p { color: rgb(222,60,181); }
H1.HeaderClassName
{
color: #DE3CB5;
}
.AnyTagClassName
{
color: #DE3CB5;
}
</style>
background-color css
<style>
a { background-color: #DE3CB5; }
a { background-color: rgb(222,60,181); }
div.DivClassName
{
background-color: #DE3CB5;
}
.BgClassName
{
background-color: #DE3CB5;
}
</style>
border-color css
<style>
span { border-color: #DE3CB5; }
span { border-color: rgb(222,60,181); }
td.TdClassName
{
border-color: #DE3CB5;
}
.TagClassName
{
border-color: #DE3CB5;
}
</style>