Shades of Razzle Dazzle Rose #DE28C6
Tints of Razzle Dazzle Rose #DE28C6
RGB
CMYK
RGB Variations
Color information
#DE28C6 (or 0xDE28C6) is known color: Razzle Dazzle Rose. HEX triplet: DE, 28 and C6. RGB value is (222,40,198). Sum of RGB (Red+Green+Blue) = 222+40+198=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28C6 is #21D739. Grayscale: #6F6F6F. Windows color (decimal): -2217786 or 12986590. OLE color: 12986590.
HSL color Cylindrical-coordinate representation of color #DE28C6: hue angle of 307.91º 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 #DE28C6 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 198 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.13 |
| HSL | 307.91º | 0.73% | 0.51% | - |
| HSV(B) | 307.91º | 0.82% | 0.87% | - |
| XYZ | 41.08 | 21.12 | 55.34 | - |
| YUV | 112.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 198 | 0 | 0.82 | 0.11 | 0.13 | 307.91 | 0.73 | 0.51 |
| Hex | DE | 28 | C6 | 0 | 52 | B | D | 134 | 49 | 33 |
| Octal | 336 | 50 | 306 | 0 | 122 | 13 | 15 | 464 | 111 | 63 |
| Binary | 11011110 | 101000 | 11000110 | 0 | 1010010 | 1011 | 1101 | 100110100 | 1001001 | 110011 |
Color Harmonies of #DE28C6
Complementary color
Monochromatic Colors of #DE28C6
Black with #DE28C6
Text Example
Text Example
White with #DE28C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28C6; }
p { color: rgb(222,40,198); }
H1.HeaderClassName
{
color: #DE28C6;
}
.AnyTagClassName
{
color: #DE28C6;
}
</style>
background-color css
<style>
a { background-color: #DE28C6; }
a { background-color: rgb(222,40,198); }
div.DivClassName
{
background-color: #DE28C6;
}
.BgClassName
{
background-color: #DE28C6;
}
</style>
border-color css
<style>
span { border-color: #DE28C6; }
span { border-color: rgb(222,40,198); }
td.TdClassName
{
border-color: #DE28C6;
}
.TagClassName
{
border-color: #DE28C6;
}
</style>