Shades of Razzle Dazzle Rose #DC29CC
Tints of Razzle Dazzle Rose #DC29CC
RGB
CMYK
RGB Variations
Color information
#DC29CC (or 0xDC29CC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and CC. RGB value is (220,41,204). Sum of RGB (Red+Green+Blue) = 220+41+204=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29CC is #23D633. Grayscale: #707070. Windows color (decimal): -2348596 or 13380060. OLE color: 13380060.
HSL color Cylindrical-coordinate representation of color #DC29CC: hue angle of 305.36º 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 #DC29CC is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 204 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.14 |
| HSL | 305.36º | 0.72% | 0.51% | - |
| HSV(B) | 305.36º | 0.81% | 0.86% | - |
| XYZ | 41.21 | 21.16 | 59.04 | - |
| YUV | 113.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 204 | 0 | 0.81 | 0.07 | 0.14 | 305.36 | 0.72 | 0.51 |
| Hex | DC | 29 | CC | 0 | 51 | 7 | E | 131 | 48 | 33 |
| Octal | 334 | 51 | 314 | 0 | 121 | 7 | 16 | 461 | 110 | 63 |
| Binary | 11011100 | 101001 | 11001100 | 0 | 1010001 | 111 | 1110 | 100110001 | 1001000 | 110011 |
Color Harmonies of #DC29CC
Complementary color
Monochromatic Colors of #DC29CC
Black with #DC29CC
Text Example
Text Example
White with #DC29CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29CC; }
p { color: rgb(220,41,204); }
H1.HeaderClassName
{
color: #DC29CC;
}
.AnyTagClassName
{
color: #DC29CC;
}
</style>
background-color css
<style>
a { background-color: #DC29CC; }
a { background-color: rgb(220,41,204); }
div.DivClassName
{
background-color: #DC29CC;
}
.BgClassName
{
background-color: #DC29CC;
}
</style>
border-color css
<style>
span { border-color: #DC29CC; }
span { border-color: rgb(220,41,204); }
td.TdClassName
{
border-color: #DC29CC;
}
.TagClassName
{
border-color: #DC29CC;
}
</style>