Shades of Razzle Dazzle Rose #DC28C2
Tints of Razzle Dazzle Rose #DC28C2
RGB
CMYK
RGB Variations
Color information
#DC28C2 (or 0xDC28C2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and C2. RGB value is (220,40,194). Sum of RGB (Red+Green+Blue) = 220+40+194=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28C2 is #23D73D. Grayscale: #6E6E6E. Windows color (decimal): -2348862 or 12724444. OLE color: 12724444.
HSL color Cylindrical-coordinate representation of color #DC28C2: hue angle of 308.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 #DC28C2 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 194 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.14 |
| HSL | 308.67º | 0.72% | 0.51% | - |
| HSV(B) | 308.67º | 0.82% | 0.86% | - |
| XYZ | 40.01 | 20.63 | 52.91 | - |
| YUV | 111.38 | 174.63 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 194 | 0 | 0.82 | 0.12 | 0.14 | 308.67 | 0.72 | 0.51 |
| Hex | DC | 28 | C2 | 0 | 52 | C | E | 135 | 48 | 33 |
| Octal | 334 | 50 | 302 | 0 | 122 | 14 | 16 | 465 | 110 | 63 |
| Binary | 11011100 | 101000 | 11000010 | 0 | 1010010 | 1100 | 1110 | 100110101 | 1001000 | 110011 |
Color Harmonies of #DC28C2
Complementary color
Monochromatic Colors of #DC28C2
Black with #DC28C2
Text Example
Text Example
White with #DC28C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28C2; }
p { color: rgb(220,40,194); }
H1.HeaderClassName
{
color: #DC28C2;
}
.AnyTagClassName
{
color: #DC28C2;
}
</style>
background-color css
<style>
a { background-color: #DC28C2; }
a { background-color: rgb(220,40,194); }
div.DivClassName
{
background-color: #DC28C2;
}
.BgClassName
{
background-color: #DC28C2;
}
</style>
border-color css
<style>
span { border-color: #DC28C2; }
span { border-color: rgb(220,40,194); }
td.TdClassName
{
border-color: #DC28C2;
}
.TagClassName
{
border-color: #DC28C2;
}
</style>