Shades of Razzle Dazzle Rose #DC2AD7
Tints of Razzle Dazzle Rose #DC2AD7
RGB
CMYK
RGB Variations
Color information
#DC2AD7 (or 0xDC2AD7) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2A and D7. RGB value is (220,42,215). Sum of RGB (Red+Green+Blue) = 220+42+215=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AD7 is #23D528. Grayscale: #727272. Windows color (decimal): -2348329 or 14101212. OLE color: 14101212.
HSL color Cylindrical-coordinate representation of color #DC2AD7: hue angle of 301.69º 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 #DC2AD7 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 215 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.14 |
| HSL | 301.69º | 0.72% | 0.51% | - |
| HSV(B) | 301.69º | 0.81% | 0.86% | - |
| XYZ | 42.61 | 21.78 | 66.25 | - |
| YUV | 114.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 215 | 0 | 0.81 | 0.02 | 0.14 | 301.69 | 0.72 | 0.51 |
| Hex | DC | 2A | D7 | 0 | 51 | 2 | E | 12E | 48 | 33 |
| Octal | 334 | 52 | 327 | 0 | 121 | 2 | 16 | 456 | 110 | 63 |
| Binary | 11011100 | 101010 | 11010111 | 0 | 1010001 | 10 | 1110 | 100101110 | 1001000 | 110011 |
Color Harmonies of #DC2AD7
Complementary color
Monochromatic Colors of #DC2AD7
Black with #DC2AD7
Text Example
Text Example
White with #DC2AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AD7; }
p { color: rgb(220,42,215); }
H1.HeaderClassName
{
color: #DC2AD7;
}
.AnyTagClassName
{
color: #DC2AD7;
}
</style>
background-color css
<style>
a { background-color: #DC2AD7; }
a { background-color: rgb(220,42,215); }
div.DivClassName
{
background-color: #DC2AD7;
}
.BgClassName
{
background-color: #DC2AD7;
}
</style>
border-color css
<style>
span { border-color: #DC2AD7; }
span { border-color: rgb(220,42,215); }
td.TdClassName
{
border-color: #DC2AD7;
}
.TagClassName
{
border-color: #DC2AD7;
}
</style>