Shades of Razzle Dazzle Rose #DE28DD
Tints of Razzle Dazzle Rose #DE28DD
RGB
CMYK
RGB Variations
Color information
#DE28DD (or 0xDE28DD) is known color: Razzle Dazzle Rose. HEX triplet: DE, 28 and DD. RGB value is (222,40,221). Sum of RGB (Red+Green+Blue) = 222+40+221=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28DD is #21D722. Grayscale: #727272. Windows color (decimal): -2217763 or 14493918. OLE color: 14493918.
HSL color Cylindrical-coordinate representation of color #DE28DD: hue angle of 300.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE28DD is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 221 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.13 |
| HSL | 300.33º | 0.73% | 0.51% | - |
| HSV(B) | 300.33º | 0.82% | 0.87% | - |
| XYZ | 43.93 | 22.27 | 70.39 | - |
| YUV | 115.05 | 187.8 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 221 | 0 | 0.82 | 0.00 | 0.13 | 300.33 | 0.73 | 0.51 |
| Hex | DE | 28 | DD | 0 | 52 | 0 | D | 12C | 49 | 33 |
| Octal | 336 | 50 | 335 | 0 | 122 | 0 | 15 | 454 | 111 | 63 |
| Binary | 11011110 | 101000 | 11011101 | 0 | 1010010 | 0 | 1101 | 100101100 | 1001001 | 110011 |
Color Harmonies of #DE28DD
Complementary color
Monochromatic Colors of #DE28DD
Black with #DE28DD
Text Example
Text Example
White with #DE28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28DD; }
p { color: rgb(222,40,221); }
H1.HeaderClassName
{
color: #DE28DD;
}
.AnyTagClassName
{
color: #DE28DD;
}
</style>
background-color css
<style>
a { background-color: #DE28DD; }
a { background-color: rgb(222,40,221); }
div.DivClassName
{
background-color: #DE28DD;
}
.BgClassName
{
background-color: #DE28DD;
}
</style>
border-color css
<style>
span { border-color: #DE28DD; }
span { border-color: rgb(222,40,221); }
td.TdClassName
{
border-color: #DE28DD;
}
.TagClassName
{
border-color: #DE28DD;
}
</style>