Shades of Razzle Dazzle Rose #DC2AC2
Tints of Razzle Dazzle Rose #DC2AC2
RGB
CMYK
RGB Variations
Color information
#DC2AC2 (or 0xDC2AC2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and C2. RGB value is (220,42,194). Sum of RGB (Red+Green+Blue) = 220+42+194=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AC2 is #23D53D. Grayscale: #707070. Windows color (decimal): -2348350 or 12724956. OLE color: 12724956.
HSL color Cylindrical-coordinate representation of color #DC2AC2: hue angle of 308.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AC2 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 194 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.14 |
| HSL | 308.76º | 0.72% | 0.51% | - |
| HSV(B) | 308.76º | 0.81% | 0.86% | - |
| XYZ | 40.08 | 20.77 | 52.93 | - |
| YUV | 112.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 194 | 0 | 0.81 | 0.12 | 0.14 | 308.76 | 0.72 | 0.51 |
| Hex | DC | 2A | C2 | 0 | 51 | C | E | 135 | 48 | 33 |
| Octal | 334 | 52 | 302 | 0 | 121 | 14 | 16 | 465 | 110 | 63 |
| Binary | 11011100 | 101010 | 11000010 | 0 | 1010001 | 1100 | 1110 | 100110101 | 1001000 | 110011 |
Color Harmonies of #DC2AC2
Complementary color
Monochromatic Colors of #DC2AC2
Black with #DC2AC2
Text Example
Text Example
White with #DC2AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AC2; }
p { color: rgb(220,42,194); }
H1.HeaderClassName
{
color: #DC2AC2;
}
.AnyTagClassName
{
color: #DC2AC2;
}
</style>
background-color css
<style>
a { background-color: #DC2AC2; }
a { background-color: rgb(220,42,194); }
div.DivClassName
{
background-color: #DC2AC2;
}
.BgClassName
{
background-color: #DC2AC2;
}
</style>
border-color css
<style>
span { border-color: #DC2AC2; }
span { border-color: rgb(220,42,194); }
td.TdClassName
{
border-color: #DC2AC2;
}
.TagClassName
{
border-color: #DC2AC2;
}
</style>