Shades of Razzle Dazzle Rose #DC32CC
Tints of Razzle Dazzle Rose #DC32CC
RGB
CMYK
RGB Variations
Color information
#DC32CC (or 0xDC32CC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 32 and CC. RGB value is (220,50,204). Sum of RGB (Red+Green+Blue) = 220+50+204=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32CC is #23CD33. Grayscale: #757575. Windows color (decimal): -2346292 or 13382364. OLE color: 13382364.
HSL color Cylindrical-coordinate representation of color #DC32CC: hue angle of 305.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32CC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 204 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.14 |
| HSL | 305.65º | 0.71% | 0.53% | - |
| HSV(B) | 305.65º | 0.77% | 0.86% | - |
| XYZ | 41.55 | 21.86 | 59.16 | - |
| YUV | 118.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 204 | 0 | 0.77 | 0.07 | 0.14 | 305.65 | 0.71 | 0.53 |
| Hex | DC | 32 | CC | 0 | 4D | 7 | E | 132 | 47 | 35 |
| Octal | 334 | 62 | 314 | 0 | 115 | 7 | 16 | 462 | 107 | 65 |
| Binary | 11011100 | 110010 | 11001100 | 0 | 1001101 | 111 | 1110 | 100110010 | 1000111 | 110101 |
Color Harmonies of #DC32CC
Complementary color
Monochromatic Colors of #DC32CC
Black with #DC32CC
Text Example
Text Example
White with #DC32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32CC; }
p { color: rgb(220,50,204); }
H1.HeaderClassName
{
color: #DC32CC;
}
.AnyTagClassName
{
color: #DC32CC;
}
</style>
background-color css
<style>
a { background-color: #DC32CC; }
a { background-color: rgb(220,50,204); }
div.DivClassName
{
background-color: #DC32CC;
}
.BgClassName
{
background-color: #DC32CC;
}
</style>
border-color css
<style>
span { border-color: #DC32CC; }
span { border-color: rgb(220,50,204); }
td.TdClassName
{
border-color: #DC32CC;
}
.TagClassName
{
border-color: #DC32CC;
}
</style>