Shades of Razzle Dazzle Rose #DC29C1
Tints of Razzle Dazzle Rose #DC29C1
RGB
CMYK
RGB Variations
Color information
#DC29C1 (or 0xDC29C1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and C1. RGB value is (220,41,193). Sum of RGB (Red+Green+Blue) = 220+41+193=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29C1 is #23D63E. Grayscale: #6F6F6F. Windows color (decimal): -2348607 or 12659164. OLE color: 12659164.
HSL color Cylindrical-coordinate representation of color #DC29C1: hue angle of 309.05º 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 #DC29C1 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 193 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.14 |
| HSL | 309.05º | 0.72% | 0.51% | - |
| HSV(B) | 309.05º | 0.81% | 0.86% | - |
| XYZ | 39.93 | 20.65 | 52.33 | - |
| YUV | 111.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 193 | 0 | 0.81 | 0.12 | 0.14 | 309.05 | 0.72 | 0.51 |
| Hex | DC | 29 | C1 | 0 | 51 | C | E | 135 | 48 | 33 |
| Octal | 334 | 51 | 301 | 0 | 121 | 14 | 16 | 465 | 110 | 63 |
| Binary | 11011100 | 101001 | 11000001 | 0 | 1010001 | 1100 | 1110 | 100110101 | 1001000 | 110011 |
Color Harmonies of #DC29C1
Complementary color
Monochromatic Colors of #DC29C1
Black with #DC29C1
Text Example
Text Example
White with #DC29C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29C1; }
p { color: rgb(220,41,193); }
H1.HeaderClassName
{
color: #DC29C1;
}
.AnyTagClassName
{
color: #DC29C1;
}
</style>
background-color css
<style>
a { background-color: #DC29C1; }
a { background-color: rgb(220,41,193); }
div.DivClassName
{
background-color: #DC29C1;
}
.BgClassName
{
background-color: #DC29C1;
}
</style>
border-color css
<style>
span { border-color: #DC29C1; }
span { border-color: rgb(220,41,193); }
td.TdClassName
{
border-color: #DC29C1;
}
.TagClassName
{
border-color: #DC29C1;
}
</style>