Shades of Razzle Dazzle Rose #DC28CE
Tints of Razzle Dazzle Rose #DC28CE
RGB
CMYK
RGB Variations
Color information
#DC28CE (or 0xDC28CE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and CE. RGB value is (220,40,206). Sum of RGB (Red+Green+Blue) = 220+40+206=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28CE is #23D731. Grayscale: #707070. Windows color (decimal): -2348850 or 13510876. OLE color: 13510876.
HSL color Cylindrical-coordinate representation of color #DC28CE: hue angle of 304.67º 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 #DC28CE is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 206 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.14 |
| HSL | 304.67º | 0.72% | 0.51% | - |
| HSV(B) | 304.67º | 0.82% | 0.86% | - |
| XYZ | 41.41 | 21.19 | 60.3 | - |
| YUV | 112.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 206 | 0 | 0.82 | 0.06 | 0.14 | 304.67 | 0.72 | 0.51 |
| Hex | DC | 28 | CE | 0 | 52 | 6 | E | 131 | 48 | 33 |
| Octal | 334 | 50 | 316 | 0 | 122 | 6 | 16 | 461 | 110 | 63 |
| Binary | 11011100 | 101000 | 11001110 | 0 | 1010010 | 110 | 1110 | 100110001 | 1001000 | 110011 |
Color Harmonies of #DC28CE
Complementary color
Monochromatic Colors of #DC28CE
Black with #DC28CE
Text Example
Text Example
White with #DC28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28CE; }
p { color: rgb(220,40,206); }
H1.HeaderClassName
{
color: #DC28CE;
}
.AnyTagClassName
{
color: #DC28CE;
}
</style>
background-color css
<style>
a { background-color: #DC28CE; }
a { background-color: rgb(220,40,206); }
div.DivClassName
{
background-color: #DC28CE;
}
.BgClassName
{
background-color: #DC28CE;
}
</style>
border-color css
<style>
span { border-color: #DC28CE; }
span { border-color: rgb(220,40,206); }
td.TdClassName
{
border-color: #DC28CE;
}
.TagClassName
{
border-color: #DC28CE;
}
</style>