Shades of Razzle Dazzle Rose #DC3AC0
Tints of Razzle Dazzle Rose #DC3AC0
RGB
CMYK
RGB Variations
Color information
#DC3AC0 (or 0xDC3AC0) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3A and C0. RGB value is (220,58,192). Sum of RGB (Red+Green+Blue) = 220+58+192=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3AC0 is #23C53F. Grayscale: #797979. Windows color (decimal): -2344256 or 12597980. OLE color: 12597980.
HSL color Cylindrical-coordinate representation of color #DC3AC0: hue angle of 310.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3AC0 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 192 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.14 |
| HSL | 310.37º | 0.7% | 0.55% | - |
| HSV(B) | 310.37º | 0.74% | 0.86% | - |
| XYZ | 40.54 | 22.05 | 51.99 | - |
| YUV | 121.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 192 | 0 | 0.74 | 0.13 | 0.14 | 310.37 | 0.7 | 0.55 |
| Hex | DC | 3A | C0 | 0 | 4A | D | E | 136 | 46 | 37 |
| Octal | 334 | 72 | 300 | 0 | 112 | 15 | 16 | 466 | 106 | 67 |
| Binary | 11011100 | 111010 | 11000000 | 0 | 1001010 | 1101 | 1110 | 100110110 | 1000110 | 110111 |
Color Harmonies of #DC3AC0
Complementary color
Monochromatic Colors of #DC3AC0
Black with #DC3AC0
Text Example
Text Example
White with #DC3AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3AC0; }
p { color: rgb(220,58,192); }
H1.HeaderClassName
{
color: #DC3AC0;
}
.AnyTagClassName
{
color: #DC3AC0;
}
</style>
background-color css
<style>
a { background-color: #DC3AC0; }
a { background-color: rgb(220,58,192); }
div.DivClassName
{
background-color: #DC3AC0;
}
.BgClassName
{
background-color: #DC3AC0;
}
</style>
border-color css
<style>
span { border-color: #DC3AC0; }
span { border-color: rgb(220,58,192); }
td.TdClassName
{
border-color: #DC3AC0;
}
.TagClassName
{
border-color: #DC3AC0;
}
</style>