Shades of Razzle Dazzle Rose #DC29D4
Tints of Razzle Dazzle Rose #DC29D4
RGB
CMYK
RGB Variations
Color information
#DC29D4 (or 0xDC29D4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and D4. RGB value is (220,41,212). Sum of RGB (Red+Green+Blue) = 220+41+212=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29D4 is #23D62B. Grayscale: #717171. Windows color (decimal): -2348588 or 13904348. OLE color: 13904348.
HSL color Cylindrical-coordinate representation of color #DC29D4: hue angle of 302.68º 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 #DC29D4 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 212 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.14 |
| HSL | 302.68º | 0.72% | 0.51% | - |
| HSV(B) | 302.68º | 0.81% | 0.86% | - |
| XYZ | 42.19 | 21.55 | 64.22 | - |
| YUV | 114.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 212 | 0 | 0.81 | 0.04 | 0.14 | 302.68 | 0.72 | 0.51 |
| Hex | DC | 29 | D4 | 0 | 51 | 4 | E | 12F | 48 | 33 |
| Octal | 334 | 51 | 324 | 0 | 121 | 4 | 16 | 457 | 110 | 63 |
| Binary | 11011100 | 101001 | 11010100 | 0 | 1010001 | 100 | 1110 | 100101111 | 1001000 | 110011 |
Color Harmonies of #DC29D4
Complementary color
Monochromatic Colors of #DC29D4
Black with #DC29D4
Text Example
Text Example
White with #DC29D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29D4; }
p { color: rgb(220,41,212); }
H1.HeaderClassName
{
color: #DC29D4;
}
.AnyTagClassName
{
color: #DC29D4;
}
</style>
background-color css
<style>
a { background-color: #DC29D4; }
a { background-color: rgb(220,41,212); }
div.DivClassName
{
background-color: #DC29D4;
}
.BgClassName
{
background-color: #DC29D4;
}
</style>
border-color css
<style>
span { border-color: #DC29D4; }
span { border-color: rgb(220,41,212); }
td.TdClassName
{
border-color: #DC29D4;
}
.TagClassName
{
border-color: #DC29D4;
}
</style>