Shades of Razzle Dazzle Rose #DC2ADC
Tints of Razzle Dazzle Rose #DC2ADC
RGB
CMYK
RGB Variations
Color information
#DC2ADC (or 0xDC2ADC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and DC. RGB value is (220,42,220). Sum of RGB (Red+Green+Blue) = 220+42+220=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ADC is #23D523. Grayscale: #727272. Windows color (decimal): -2348324 or 14428892. OLE color: 14428892.
HSL color Cylindrical-coordinate representation of color #DC2ADC: 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.81%. Process color model (Four color, CMYK) of #DC2ADC is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 220 | - |
| CMYK | 0 | 0.81 | 0 | 0.14 |
| HSL | 300º | 0.72% | 0.51% | - |
| HSV(B) | 300º | 0.81% | 0.86% | - |
| XYZ | 43.26 | 22.04 | 69.68 | - |
| YUV | 115.51 | 186.97 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 220 | 0 | 0.81 | 0 | 0.14 | 300 | 0.72 | 0.51 |
| Hex | DC | 2A | DC | 0 | 51 | 0 | E | 12C | 48 | 33 |
| Octal | 334 | 52 | 334 | 0 | 121 | 0 | 16 | 454 | 110 | 63 |
| Binary | 11011100 | 101010 | 11011100 | 0 | 1010001 | 0 | 1110 | 100101100 | 1001000 | 110011 |
Color Harmonies of #DC2ADC
Complementary color
Monochromatic Colors of #DC2ADC
Black with #DC2ADC
Text Example
Text Example
White with #DC2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2ADC; }
p { color: rgb(220,42,220); }
H1.HeaderClassName
{
color: #DC2ADC;
}
.AnyTagClassName
{
color: #DC2ADC;
}
</style>
background-color css
<style>
a { background-color: #DC2ADC; }
a { background-color: rgb(220,42,220); }
div.DivClassName
{
background-color: #DC2ADC;
}
.BgClassName
{
background-color: #DC2ADC;
}
</style>
border-color css
<style>
span { border-color: #DC2ADC; }
span { border-color: rgb(220,42,220); }
td.TdClassName
{
border-color: #DC2ADC;
}
.TagClassName
{
border-color: #DC2ADC;
}
</style>