Shades of Razzle Dazzle Rose #DC32CD
Tints of Razzle Dazzle Rose #DC32CD
RGB
CMYK
RGB Variations
Color information
#DC32CD (or 0xDC32CD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 32 and CD. RGB value is (220,50,205). Sum of RGB (Red+Green+Blue) = 220+50+205=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32CD is #23CD32. Grayscale: #767676. Windows color (decimal): -2346291 or 13447900. OLE color: 13447900.
HSL color Cylindrical-coordinate representation of color #DC32CD: hue angle of 305.29º 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 #DC32CD is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 205 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.14 |
| HSL | 305.29º | 0.71% | 0.53% | - |
| HSV(B) | 305.29º | 0.77% | 0.86% | - |
| XYZ | 41.68 | 21.9 | 59.79 | - |
| YUV | 118.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 205 | 0 | 0.77 | 0.07 | 0.14 | 305.29 | 0.71 | 0.53 |
| Hex | DC | 32 | CD | 0 | 4D | 7 | E | 131 | 47 | 35 |
| Octal | 334 | 62 | 315 | 0 | 115 | 7 | 16 | 461 | 107 | 65 |
| Binary | 11011100 | 110010 | 11001101 | 0 | 1001101 | 111 | 1110 | 100110001 | 1000111 | 110101 |
Color Harmonies of #DC32CD
Complementary color
Monochromatic Colors of #DC32CD
Black with #DC32CD
Text Example
Text Example
White with #DC32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32CD; }
p { color: rgb(220,50,205); }
H1.HeaderClassName
{
color: #DC32CD;
}
.AnyTagClassName
{
color: #DC32CD;
}
</style>
background-color css
<style>
a { background-color: #DC32CD; }
a { background-color: rgb(220,50,205); }
div.DivClassName
{
background-color: #DC32CD;
}
.BgClassName
{
background-color: #DC32CD;
}
</style>
border-color css
<style>
span { border-color: #DC32CD; }
span { border-color: rgb(220,50,205); }
td.TdClassName
{
border-color: #DC32CD;
}
.TagClassName
{
border-color: #DC32CD;
}
</style>