Shades of Razzle Dazzle Rose #DC2AD2
Tints of Razzle Dazzle Rose #DC2AD2
RGB
CMYK
RGB Variations
Color information
#DC2AD2 (or 0xDC2AD2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and D2. RGB value is (220,42,210). Sum of RGB (Red+Green+Blue) = 220+42+210=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AD2 is #23D52D. Grayscale: #717171. Windows color (decimal): -2348334 or 13773532. OLE color: 13773532.
HSL color Cylindrical-coordinate representation of color #DC2AD2: hue angle of 303.37º 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 #DC2AD2 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 210 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.14 |
| HSL | 303.37º | 0.72% | 0.51% | - |
| HSV(B) | 303.37º | 0.81% | 0.86% | - |
| XYZ | 41.98 | 21.52 | 62.92 | - |
| YUV | 114.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 210 | 0 | 0.81 | 0.05 | 0.14 | 303.37 | 0.72 | 0.51 |
| Hex | DC | 2A | D2 | 0 | 51 | 5 | E | 12F | 48 | 33 |
| Octal | 334 | 52 | 322 | 0 | 121 | 5 | 16 | 457 | 110 | 63 |
| Binary | 11011100 | 101010 | 11010010 | 0 | 1010001 | 101 | 1110 | 100101111 | 1001000 | 110011 |
Color Harmonies of #DC2AD2
Complementary color
Monochromatic Colors of #DC2AD2
Black with #DC2AD2
Text Example
Text Example
White with #DC2AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AD2; }
p { color: rgb(220,42,210); }
H1.HeaderClassName
{
color: #DC2AD2;
}
.AnyTagClassName
{
color: #DC2AD2;
}
</style>
background-color css
<style>
a { background-color: #DC2AD2; }
a { background-color: rgb(220,42,210); }
div.DivClassName
{
background-color: #DC2AD2;
}
.BgClassName
{
background-color: #DC2AD2;
}
</style>
border-color css
<style>
span { border-color: #DC2AD2; }
span { border-color: rgb(220,42,210); }
td.TdClassName
{
border-color: #DC2AD2;
}
.TagClassName
{
border-color: #DC2AD2;
}
</style>