Shades of Razzle Dazzle Rose #DC29DD
Tints of Razzle Dazzle Rose #DC29DD
RGB
CMYK
RGB Variations
Color information
#DC29DD (or 0xDC29DD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and DD. RGB value is (220,41,221). Sum of RGB (Red+Green+Blue) = 220+41+221=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29DD is #23D622. Grayscale: #727272. Windows color (decimal): -2348579 or 14494172. OLE color: 14494172.
HSL color Cylindrical-coordinate representation of color #DC29DD: hue angle of 299.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC29DD is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 41 | 221 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.13 |
| HSL | 299.67º | 0.73% | 0.51% | - |
| HSV(B) | 299.67º | 0.81% | 0.87% | - |
| XYZ | 43.36 | 22.02 | 70.37 | - |
| YUV | 115.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 221 | 0.00 | 0.81 | 0 | 0.13 | 299.67 | 0.73 | 0.51 |
| Hex | DC | 29 | DD | 0 | 51 | 0 | D | 12C | 49 | 33 |
| Octal | 334 | 51 | 335 | 0 | 121 | 0 | 15 | 454 | 111 | 63 |
| Binary | 11011100 | 101001 | 11011101 | 0 | 1010001 | 0 | 1101 | 100101100 | 1001001 | 110011 |
Color Harmonies of #DC29DD
Complementary color
Monochromatic Colors of #DC29DD
Black with #DC29DD
Text Example
Text Example
White with #DC29DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29DD; }
p { color: rgb(220,41,221); }
H1.HeaderClassName
{
color: #DC29DD;
}
.AnyTagClassName
{
color: #DC29DD;
}
</style>
background-color css
<style>
a { background-color: #DC29DD; }
a { background-color: rgb(220,41,221); }
div.DivClassName
{
background-color: #DC29DD;
}
.BgClassName
{
background-color: #DC29DD;
}
</style>
border-color css
<style>
span { border-color: #DC29DD; }
span { border-color: rgb(220,41,221); }
td.TdClassName
{
border-color: #DC29DD;
}
.TagClassName
{
border-color: #DC29DD;
}
</style>