Shades of Razzle Dazzle Rose #DC28DA
Tints of Razzle Dazzle Rose #DC28DA
RGB
CMYK
RGB Variations
Color information
#DC28DA (or 0xDC28DA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and DA. RGB value is (220,40,218). Sum of RGB (Red+Green+Blue) = 220+40+218=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28DA is #23D725. Grayscale: #717171. Windows color (decimal): -2348838 or 14297308. OLE color: 14297308.
HSL color Cylindrical-coordinate representation of color #DC28DA: hue angle of 300.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 #DC28DA is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 218 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.14 |
| HSL | 300.67º | 0.72% | 0.51% | - |
| HSV(B) | 300.67º | 0.82% | 0.86% | - |
| XYZ | 42.93 | 21.8 | 68.27 | - |
| YUV | 114.11 | 186.63 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 218 | 0 | 0.82 | 0.01 | 0.14 | 300.67 | 0.72 | 0.51 |
| Hex | DC | 28 | DA | 0 | 52 | 1 | E | 12D | 48 | 33 |
| Octal | 334 | 50 | 332 | 0 | 122 | 1 | 16 | 455 | 110 | 63 |
| Binary | 11011100 | 101000 | 11011010 | 0 | 1010010 | 1 | 1110 | 100101101 | 1001000 | 110011 |
Color Harmonies of #DC28DA
Complementary color
Monochromatic Colors of #DC28DA
Black with #DC28DA
Text Example
Text Example
White with #DC28DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28DA; }
p { color: rgb(220,40,218); }
H1.HeaderClassName
{
color: #DC28DA;
}
.AnyTagClassName
{
color: #DC28DA;
}
</style>
background-color css
<style>
a { background-color: #DC28DA; }
a { background-color: rgb(220,40,218); }
div.DivClassName
{
background-color: #DC28DA;
}
.BgClassName
{
background-color: #DC28DA;
}
</style>
border-color css
<style>
span { border-color: #DC28DA; }
span { border-color: rgb(220,40,218); }
td.TdClassName
{
border-color: #DC28DA;
}
.TagClassName
{
border-color: #DC28DA;
}
</style>