Shades of Razzle Dazzle Rose #DC32D4
Tints of Razzle Dazzle Rose #DC32D4
RGB
CMYK
RGB Variations
Color information
#DC32D4 (or 0xDC32D4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 32 and D4. RGB value is (220,50,212). Sum of RGB (Red+Green+Blue) = 220+50+212=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32D4 is #23CD2B. Grayscale: #767676. Windows color (decimal): -2346284 or 13906652. OLE color: 13906652.
HSL color Cylindrical-coordinate representation of color #DC32D4: hue angle of 302.82º 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 #DC32D4 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 212 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.14 |
| HSL | 302.82º | 0.71% | 0.53% | - |
| HSV(B) | 302.82º | 0.77% | 0.86% | - |
| XYZ | 42.54 | 22.25 | 64.34 | - |
| YUV | 119.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 212 | 0 | 0.77 | 0.04 | 0.14 | 302.82 | 0.71 | 0.53 |
| Hex | DC | 32 | D4 | 0 | 4D | 4 | E | 12F | 47 | 35 |
| Octal | 334 | 62 | 324 | 0 | 115 | 4 | 16 | 457 | 107 | 65 |
| Binary | 11011100 | 110010 | 11010100 | 0 | 1001101 | 100 | 1110 | 100101111 | 1000111 | 110101 |
Color Harmonies of #DC32D4
Complementary color
Monochromatic Colors of #DC32D4
Black with #DC32D4
Text Example
Text Example
White with #DC32D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32D4; }
p { color: rgb(220,50,212); }
H1.HeaderClassName
{
color: #DC32D4;
}
.AnyTagClassName
{
color: #DC32D4;
}
</style>
background-color css
<style>
a { background-color: #DC32D4; }
a { background-color: rgb(220,50,212); }
div.DivClassName
{
background-color: #DC32D4;
}
.BgClassName
{
background-color: #DC32D4;
}
</style>
border-color css
<style>
span { border-color: #DC32D4; }
span { border-color: rgb(220,50,212); }
td.TdClassName
{
border-color: #DC32D4;
}
.TagClassName
{
border-color: #DC32D4;
}
</style>