Shades of Razzle Dazzle Rose #DC29C5
Tints of Razzle Dazzle Rose #DC29C5
RGB
CMYK
RGB Variations
Color information
#DC29C5 (or 0xDC29C5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and C5. RGB value is (220,41,197). Sum of RGB (Red+Green+Blue) = 220+41+197=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29C5 is #23D63A. Grayscale: #6F6F6F. Windows color (decimal): -2348603 or 12921308. OLE color: 12921308.
HSL color Cylindrical-coordinate representation of color #DC29C5: hue angle of 307.71º 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 #DC29C5 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 197 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.14 |
| HSL | 307.71º | 0.72% | 0.51% | - |
| HSV(B) | 307.71º | 0.81% | 0.86% | - |
| XYZ | 40.39 | 20.83 | 54.72 | - |
| YUV | 112.31 | 175.8 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 197 | 0 | 0.81 | 0.10 | 0.14 | 307.71 | 0.72 | 0.51 |
| Hex | DC | 29 | C5 | 0 | 51 | A | E | 134 | 48 | 33 |
| Octal | 334 | 51 | 305 | 0 | 121 | 12 | 16 | 464 | 110 | 63 |
| Binary | 11011100 | 101001 | 11000101 | 0 | 1010001 | 1010 | 1110 | 100110100 | 1001000 | 110011 |
Color Harmonies of #DC29C5
Complementary color
Monochromatic Colors of #DC29C5
Black with #DC29C5
Text Example
Text Example
White with #DC29C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29C5; }
p { color: rgb(220,41,197); }
H1.HeaderClassName
{
color: #DC29C5;
}
.AnyTagClassName
{
color: #DC29C5;
}
</style>
background-color css
<style>
a { background-color: #DC29C5; }
a { background-color: rgb(220,41,197); }
div.DivClassName
{
background-color: #DC29C5;
}
.BgClassName
{
background-color: #DC29C5;
}
</style>
border-color css
<style>
span { border-color: #DC29C5; }
span { border-color: rgb(220,41,197); }
td.TdClassName
{
border-color: #DC29C5;
}
.TagClassName
{
border-color: #DC29C5;
}
</style>