Shades of Razzle Dazzle Rose #DE28D2
Tints of Razzle Dazzle Rose #DE28D2
RGB
CMYK
RGB Variations
Color information
#DE28D2 (or 0xDE28D2) is known color: Razzle Dazzle Rose. HEX triplet: DE, 28 and D2. RGB value is (222,40,210). Sum of RGB (Red+Green+Blue) = 222+40+210=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28D2 is #21D72D. Grayscale: #717171. Windows color (decimal): -2217774 or 13773022. OLE color: 13773022.
HSL color Cylindrical-coordinate representation of color #DE28D2: hue angle of 303.96º 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 #DE28D2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 210 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.13 |
| HSL | 303.96º | 0.73% | 0.51% | - |
| HSV(B) | 303.96º | 0.82% | 0.87% | - |
| XYZ | 42.52 | 21.7 | 62.92 | - |
| YUV | 113.8 | 182.3 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 210 | 0 | 0.82 | 0.05 | 0.13 | 303.96 | 0.73 | 0.51 |
| Hex | DE | 28 | D2 | 0 | 52 | 5 | D | 130 | 49 | 33 |
| Octal | 336 | 50 | 322 | 0 | 122 | 5 | 15 | 460 | 111 | 63 |
| Binary | 11011110 | 101000 | 11010010 | 0 | 1010010 | 101 | 1101 | 100110000 | 1001001 | 110011 |
Color Harmonies of #DE28D2
Complementary color
Monochromatic Colors of #DE28D2
Black with #DE28D2
Text Example
Text Example
White with #DE28D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28D2; }
p { color: rgb(222,40,210); }
H1.HeaderClassName
{
color: #DE28D2;
}
.AnyTagClassName
{
color: #DE28D2;
}
</style>
background-color css
<style>
a { background-color: #DE28D2; }
a { background-color: rgb(222,40,210); }
div.DivClassName
{
background-color: #DE28D2;
}
.BgClassName
{
background-color: #DE28D2;
}
</style>
border-color css
<style>
span { border-color: #DE28D2; }
span { border-color: rgb(222,40,210); }
td.TdClassName
{
border-color: #DE28D2;
}
.TagClassName
{
border-color: #DE28D2;
}
</style>