Shades of Razzle Dazzle Rose #DC32D5
Tints of Razzle Dazzle Rose #DC32D5
RGB
CMYK
RGB Variations
Color information
#DC32D5 (or 0xDC32D5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 32 and D5. RGB value is (220,50,213). Sum of RGB (Red+Green+Blue) = 220+50+213=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32D5 is #23CD2A. Grayscale: #767676. Windows color (decimal): -2346283 or 13972188. OLE color: 13972188.
HSL color Cylindrical-coordinate representation of color #DC32D5: hue angle of 302.47º 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 #DC32D5 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 213 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.14 |
| HSL | 302.47º | 0.71% | 0.53% | - |
| HSV(B) | 302.47º | 0.77% | 0.86% | - |
| XYZ | 42.67 | 22.3 | 65.01 | - |
| YUV | 119.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 213 | 0 | 0.77 | 0.03 | 0.14 | 302.47 | 0.71 | 0.53 |
| Hex | DC | 32 | D5 | 0 | 4D | 3 | E | 12E | 47 | 35 |
| Octal | 334 | 62 | 325 | 0 | 115 | 3 | 16 | 456 | 107 | 65 |
| Binary | 11011100 | 110010 | 11010101 | 0 | 1001101 | 11 | 1110 | 100101110 | 1000111 | 110101 |
Color Harmonies of #DC32D5
Complementary color
Monochromatic Colors of #DC32D5
Black with #DC32D5
Text Example
Text Example
White with #DC32D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32D5; }
p { color: rgb(220,50,213); }
H1.HeaderClassName
{
color: #DC32D5;
}
.AnyTagClassName
{
color: #DC32D5;
}
</style>
background-color css
<style>
a { background-color: #DC32D5; }
a { background-color: rgb(220,50,213); }
div.DivClassName
{
background-color: #DC32D5;
}
.BgClassName
{
background-color: #DC32D5;
}
</style>
border-color css
<style>
span { border-color: #DC32D5; }
span { border-color: rgb(220,50,213); }
td.TdClassName
{
border-color: #DC32D5;
}
.TagClassName
{
border-color: #DC32D5;
}
</style>