Shades of Razzle Dazzle Rose #DE28D3
Tints of Razzle Dazzle Rose #DE28D3
RGB
CMYK
RGB Variations
Color information
#DE28D3 (or 0xDE28D3) is known color: Razzle Dazzle Rose. HEX triplet: DE, 28 and D3. RGB value is (222,40,211). Sum of RGB (Red+Green+Blue) = 222+40+211=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28D3 is #21D72C. Grayscale: #717171. Windows color (decimal): -2217773 or 13838558. OLE color: 13838558.
HSL color Cylindrical-coordinate representation of color #DE28D3: hue angle of 303.63º 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 #DE28D3 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 211 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.13 |
| HSL | 303.63º | 0.73% | 0.51% | - |
| HSV(B) | 303.63º | 0.82% | 0.87% | - |
| XYZ | 42.64 | 21.75 | 63.58 | - |
| YUV | 113.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 211 | 0 | 0.82 | 0.05 | 0.13 | 303.63 | 0.73 | 0.51 |
| Hex | DE | 28 | D3 | 0 | 52 | 5 | D | 130 | 49 | 33 |
| Octal | 336 | 50 | 323 | 0 | 122 | 5 | 15 | 460 | 111 | 63 |
| Binary | 11011110 | 101000 | 11010011 | 0 | 1010010 | 101 | 1101 | 100110000 | 1001001 | 110011 |
Color Harmonies of #DE28D3
Complementary color
Monochromatic Colors of #DE28D3
Black with #DE28D3
Text Example
Text Example
White with #DE28D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28D3; }
p { color: rgb(222,40,211); }
H1.HeaderClassName
{
color: #DE28D3;
}
.AnyTagClassName
{
color: #DE28D3;
}
</style>
background-color css
<style>
a { background-color: #DE28D3; }
a { background-color: rgb(222,40,211); }
div.DivClassName
{
background-color: #DE28D3;
}
.BgClassName
{
background-color: #DE28D3;
}
</style>
border-color css
<style>
span { border-color: #DE28D3; }
span { border-color: rgb(222,40,211); }
td.TdClassName
{
border-color: #DE28D3;
}
.TagClassName
{
border-color: #DE28D3;
}
</style>