Shades of Razzle Dazzle Rose #DC32D3
Tints of Razzle Dazzle Rose #DC32D3
RGB
CMYK
RGB Variations
Color information
#DC32D3 (or 0xDC32D3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 32 and D3. RGB value is (220,50,211). Sum of RGB (Red+Green+Blue) = 220+50+211=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32D3 is #23CD2C. Grayscale: #767676. Windows color (decimal): -2346285 or 13841116. OLE color: 13841116.
HSL color Cylindrical-coordinate representation of color #DC32D3: hue angle of 303.18º 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 #DC32D3 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 211 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.14 |
| HSL | 303.18º | 0.71% | 0.53% | - |
| HSV(B) | 303.18º | 0.77% | 0.86% | - |
| XYZ | 42.41 | 22.2 | 63.68 | - |
| YUV | 119.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 211 | 0 | 0.77 | 0.04 | 0.14 | 303.18 | 0.71 | 0.53 |
| Hex | DC | 32 | D3 | 0 | 4D | 4 | E | 12F | 47 | 35 |
| Octal | 334 | 62 | 323 | 0 | 115 | 4 | 16 | 457 | 107 | 65 |
| Binary | 11011100 | 110010 | 11010011 | 0 | 1001101 | 100 | 1110 | 100101111 | 1000111 | 110101 |
Color Harmonies of #DC32D3
Complementary color
Monochromatic Colors of #DC32D3
Black with #DC32D3
Text Example
Text Example
White with #DC32D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32D3; }
p { color: rgb(220,50,211); }
H1.HeaderClassName
{
color: #DC32D3;
}
.AnyTagClassName
{
color: #DC32D3;
}
</style>
background-color css
<style>
a { background-color: #DC32D3; }
a { background-color: rgb(220,50,211); }
div.DivClassName
{
background-color: #DC32D3;
}
.BgClassName
{
background-color: #DC32D3;
}
</style>
border-color css
<style>
span { border-color: #DC32D3; }
span { border-color: rgb(220,50,211); }
td.TdClassName
{
border-color: #DC32D3;
}
.TagClassName
{
border-color: #DC32D3;
}
</style>