Shades of Razzle Dazzle Rose #DE2DB7
Tints of Razzle Dazzle Rose #DE2DB7
RGB
CMYK
RGB Variations
Color information
#DE2DB7 (or 0xDE2DB7) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2D and B7. RGB value is (222,45,183). Sum of RGB (Red+Green+Blue) = 222+45+183=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2DB7 is #21D248. Grayscale: #717171. Windows color (decimal): -2216521 or 12004830. OLE color: 12004830.
HSL color Cylindrical-coordinate representation of color #DE2DB7: hue angle of 313.22º 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 #DE2DB7 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 183 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.13 |
| HSL | 313.22º | 0.73% | 0.52% | - |
| HSV(B) | 313.22º | 0.8% | 0.87% | - |
| XYZ | 39.61 | 20.83 | 46.73 | - |
| YUV | 113.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 183 | 0 | 0.80 | 0.18 | 0.13 | 313.22 | 0.73 | 0.52 |
| Hex | DE | 2D | B7 | 0 | 50 | 12 | D | 139 | 49 | 34 |
| Octal | 336 | 55 | 267 | 0 | 120 | 22 | 15 | 471 | 111 | 64 |
| Binary | 11011110 | 101101 | 10110111 | 0 | 1010000 | 10010 | 1101 | 100111001 | 1001001 | 110100 |
Color Harmonies of #DE2DB7
Complementary color
Monochromatic Colors of #DE2DB7
Black with #DE2DB7
Text Example
Text Example
White with #DE2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2DB7; }
p { color: rgb(222,45,183); }
H1.HeaderClassName
{
color: #DE2DB7;
}
.AnyTagClassName
{
color: #DE2DB7;
}
</style>
background-color css
<style>
a { background-color: #DE2DB7; }
a { background-color: rgb(222,45,183); }
div.DivClassName
{
background-color: #DE2DB7;
}
.BgClassName
{
background-color: #DE2DB7;
}
</style>
border-color css
<style>
span { border-color: #DE2DB7; }
span { border-color: rgb(222,45,183); }
td.TdClassName
{
border-color: #DE2DB7;
}
.TagClassName
{
border-color: #DE2DB7;
}
</style>