Shades of Razzle Dazzle Rose #DC2AD5
Tints of Razzle Dazzle Rose #DC2AD5
RGB
CMYK
RGB Variations
Color information
#DC2AD5 (or 0xDC2AD5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and D5. RGB value is (220,42,213). Sum of RGB (Red+Green+Blue) = 220+42+213=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AD5 is #23D52A. Grayscale: #727272. Windows color (decimal): -2348331 or 13970140. OLE color: 13970140.
HSL color Cylindrical-coordinate representation of color #DC2AD5: hue angle of 302.36º 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 #DC2AD5 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 213 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.14 |
| HSL | 302.36º | 0.72% | 0.51% | - |
| HSV(B) | 302.36º | 0.81% | 0.86% | - |
| XYZ | 42.35 | 21.68 | 64.9 | - |
| YUV | 114.72 | 183.47 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 213 | 0 | 0.81 | 0.03 | 0.14 | 302.36 | 0.72 | 0.51 |
| Hex | DC | 2A | D5 | 0 | 51 | 3 | E | 12E | 48 | 33 |
| Octal | 334 | 52 | 325 | 0 | 121 | 3 | 16 | 456 | 110 | 63 |
| Binary | 11011100 | 101010 | 11010101 | 0 | 1010001 | 11 | 1110 | 100101110 | 1001000 | 110011 |
Color Harmonies of #DC2AD5
Complementary color
Monochromatic Colors of #DC2AD5
Black with #DC2AD5
Text Example
Text Example
White with #DC2AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AD5; }
p { color: rgb(220,42,213); }
H1.HeaderClassName
{
color: #DC2AD5;
}
.AnyTagClassName
{
color: #DC2AD5;
}
</style>
background-color css
<style>
a { background-color: #DC2AD5; }
a { background-color: rgb(220,42,213); }
div.DivClassName
{
background-color: #DC2AD5;
}
.BgClassName
{
background-color: #DC2AD5;
}
</style>
border-color css
<style>
span { border-color: #DC2AD5; }
span { border-color: rgb(220,42,213); }
td.TdClassName
{
border-color: #DC2AD5;
}
.TagClassName
{
border-color: #DC2AD5;
}
</style>