Shades of Razzle Dazzle Rose #DE28DF
Tints of Razzle Dazzle Rose #DE28DF
RGB
CMYK
RGB Variations
Color information
#DE28DF (or 0xDE28DF) is known color: Razzle Dazzle Rose. HEX triplet: DE, 28 and DF. RGB value is (222,40,223). Sum of RGB (Red+Green+Blue) = 222+40+223=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28DF is #21D720. Grayscale: #727272. Windows color (decimal): -2217761 or 14624990. OLE color: 14624990.
HSL color Cylindrical-coordinate representation of color #DE28DF: hue angle of 299.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE28DF is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 223 | - |
| CMYK | 0.00 | 0.82 | 0 | 0.13 |
| HSL | 299.67º | 0.74% | 0.52% | - |
| HSV(B) | 299.67º | 0.82% | 0.87% | - |
| XYZ | 44.2 | 22.37 | 71.8 | - |
| YUV | 115.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 223 | 0.00 | 0.82 | 0 | 0.13 | 299.67 | 0.74 | 0.52 |
| Hex | DE | 28 | DF | 0 | 52 | 0 | D | 12C | 4A | 34 |
| Octal | 336 | 50 | 337 | 0 | 122 | 0 | 15 | 454 | 112 | 64 |
| Binary | 11011110 | 101000 | 11011111 | 0 | 1010010 | 0 | 1101 | 100101100 | 1001010 | 110100 |
Color Harmonies of #DE28DF
Complementary color
Monochromatic Colors of #DE28DF
Black with #DE28DF
Text Example
Text Example
White with #DE28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28DF; }
p { color: rgb(222,40,223); }
H1.HeaderClassName
{
color: #DE28DF;
}
.AnyTagClassName
{
color: #DE28DF;
}
</style>
background-color css
<style>
a { background-color: #DE28DF; }
a { background-color: rgb(222,40,223); }
div.DivClassName
{
background-color: #DE28DF;
}
.BgClassName
{
background-color: #DE28DF;
}
</style>
border-color css
<style>
span { border-color: #DE28DF; }
span { border-color: rgb(222,40,223); }
td.TdClassName
{
border-color: #DE28DF;
}
.TagClassName
{
border-color: #DE28DF;
}
</style>