Shades of Razzle Dazzle Rose #DE3DB2
Tints of Razzle Dazzle Rose #DE3DB2
RGB
CMYK
RGB Variations
Color information
#DE3DB2 (or 0xDE3DB2) is known color: Razzle Dazzle Rose. HEX triplet: DE, 3D and B2. RGB value is (222,61,178). Sum of RGB (Red+Green+Blue) = 222+61+178=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3DB2 is #21C24D. Grayscale: #7A7A7A. Windows color (decimal): -2212430 or 11681246. OLE color: 11681246.
HSL color Cylindrical-coordinate representation of color #DE3DB2: hue angle of 316.4º 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 #DE3DB2 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 61 | 178 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.13 |
| HSL | 316.4º | 0.71% | 0.55% | - |
| HSV(B) | 316.4º | 0.73% | 0.87% | - |
| XYZ | 39.83 | 22.08 | 44.28 | - |
| YUV | 122.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 61 | 178 | 0 | 0.73 | 0.20 | 0.13 | 316.4 | 0.71 | 0.55 |
| Hex | DE | 3D | B2 | 0 | 49 | 14 | D | 13C | 47 | 37 |
| Octal | 336 | 75 | 262 | 0 | 111 | 24 | 15 | 474 | 107 | 67 |
| Binary | 11011110 | 111101 | 10110010 | 0 | 1001001 | 10100 | 1101 | 100111100 | 1000111 | 110111 |
Color Harmonies of #DE3DB2
Complementary color
Monochromatic Colors of #DE3DB2
Black with #DE3DB2
Text Example
Text Example
White with #DE3DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3DB2; }
p { color: rgb(222,61,178); }
H1.HeaderClassName
{
color: #DE3DB2;
}
.AnyTagClassName
{
color: #DE3DB2;
}
</style>
background-color css
<style>
a { background-color: #DE3DB2; }
a { background-color: rgb(222,61,178); }
div.DivClassName
{
background-color: #DE3DB2;
}
.BgClassName
{
background-color: #DE3DB2;
}
</style>
border-color css
<style>
span { border-color: #DE3DB2; }
span { border-color: rgb(222,61,178); }
td.TdClassName
{
border-color: #DE3DB2;
}
.TagClassName
{
border-color: #DE3DB2;
}
</style>