Shades of Razzle Dazzle Rose #DC28DC
Tints of Razzle Dazzle Rose #DC28DC
RGB
CMYK
RGB Variations
Color information
#DC28DC (or 0xDC28DC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and DC. RGB value is (220,40,220). Sum of RGB (Red+Green+Blue) = 220+40+220=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28DC is #23D723. Grayscale: #717171. Windows color (decimal): -2348836 or 14428380. OLE color: 14428380.
HSL color Cylindrical-coordinate representation of color #DC28DC: hue angle of 300º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28DC is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 220 | - |
| CMYK | 0 | 0.82 | 0 | 0.14 |
| HSL | 300º | 0.72% | 0.51% | - |
| HSV(B) | 300º | 0.82% | 0.86% | - |
| XYZ | 43.19 | 21.9 | 69.66 | - |
| YUV | 114.34 | 187.63 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 220 | 0 | 0.82 | 0 | 0.14 | 300 | 0.72 | 0.51 |
| Hex | DC | 28 | DC | 0 | 52 | 0 | E | 12C | 48 | 33 |
| Octal | 334 | 50 | 334 | 0 | 122 | 0 | 16 | 454 | 110 | 63 |
| Binary | 11011100 | 101000 | 11011100 | 0 | 1010010 | 0 | 1110 | 100101100 | 1001000 | 110011 |
Color Harmonies of #DC28DC
Complementary color
Monochromatic Colors of #DC28DC
Black with #DC28DC
Text Example
Text Example
White with #DC28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28DC; }
p { color: rgb(220,40,220); }
H1.HeaderClassName
{
color: #DC28DC;
}
.AnyTagClassName
{
color: #DC28DC;
}
</style>
background-color css
<style>
a { background-color: #DC28DC; }
a { background-color: rgb(220,40,220); }
div.DivClassName
{
background-color: #DC28DC;
}
.BgClassName
{
background-color: #DC28DC;
}
</style>
border-color css
<style>
span { border-color: #DC28DC; }
span { border-color: rgb(220,40,220); }
td.TdClassName
{
border-color: #DC28DC;
}
.TagClassName
{
border-color: #DC28DC;
}
</style>