Shades of Razzle Dazzle Rose #DC29E0
Tints of Razzle Dazzle Rose #DC29E0
RGB
CMYK
RGB Variations
Color information
#DC29E0 (or 0xDC29E0) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and E0. RGB value is (220,41,224). Sum of RGB (Red+Green+Blue) = 220+41+224=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC29E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29E0 is #23D61F. Grayscale: #727272. Windows color (decimal): -2348576 or 14690780. OLE color: 14690780.
HSL color Cylindrical-coordinate representation of color #DC29E0: hue angle of 298.69º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC29E0 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 41 | 224 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.12 |
| HSL | 298.69º | 0.75% | 0.52% | - |
| HSV(B) | 298.69º | 0.82% | 0.88% | - |
| XYZ | 43.76 | 22.18 | 72.5 | - |
| YUV | 115.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 224 | 0.02 | 0.82 | 0 | 0.12 | 298.69 | 0.75 | 0.52 |
| Hex | DC | 29 | E0 | 2 | 52 | 0 | C | 12B | 4B | 34 |
| Octal | 334 | 51 | 340 | 2 | 122 | 0 | 14 | 453 | 113 | 64 |
| Binary | 11011100 | 101001 | 11100000 | 10 | 1010010 | 0 | 1100 | 100101011 | 1001011 | 110100 |
Color Harmonies of #DC29E0
Complementary color
Monochromatic Colors of #DC29E0
Black with #DC29E0
Text Example
Text Example
White with #DC29E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29E0; }
p { color: rgb(220,41,224); }
H1.HeaderClassName
{
color: #DC29E0;
}
.AnyTagClassName
{
color: #DC29E0;
}
</style>
background-color css
<style>
a { background-color: #DC29E0; }
a { background-color: rgb(220,41,224); }
div.DivClassName
{
background-color: #DC29E0;
}
.BgClassName
{
background-color: #DC29E0;
}
</style>
border-color css
<style>
span { border-color: #DC29E0; }
span { border-color: rgb(220,41,224); }
td.TdClassName
{
border-color: #DC29E0;
}
.TagClassName
{
border-color: #DC29E0;
}
</style>