Shades of Razzle Dazzle Rose #DC35C0
Tints of Razzle Dazzle Rose #DC35C0
RGB
CMYK
RGB Variations
Color information
#DC35C0 (or 0xDC35C0) is known color: Razzle Dazzle Rose. HEX triplet: DC, 35 and C0. RGB value is (220,53,192). Sum of RGB (Red+Green+Blue) = 220+53+192=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC35C0 is #23CA3F. Grayscale: #767676. Windows color (decimal): -2345536 or 12596700. OLE color: 12596700.
HSL color Cylindrical-coordinate representation of color #DC35C0: hue angle of 310.06º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC35C0 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 192 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.14 |
| HSL | 310.06º | 0.7% | 0.54% | - |
| HSV(B) | 310.06º | 0.76% | 0.86% | - |
| XYZ | 40.3 | 21.57 | 51.91 | - |
| YUV | 118.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 192 | 0 | 0.76 | 0.13 | 0.14 | 310.06 | 0.7 | 0.54 |
| Hex | DC | 35 | C0 | 0 | 4C | D | E | 136 | 46 | 36 |
| Octal | 334 | 65 | 300 | 0 | 114 | 15 | 16 | 466 | 106 | 66 |
| Binary | 11011100 | 110101 | 11000000 | 0 | 1001100 | 1101 | 1110 | 100110110 | 1000110 | 110110 |
Color Harmonies of #DC35C0
Complementary color
Monochromatic Colors of #DC35C0
Black with #DC35C0
Text Example
Text Example
White with #DC35C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35C0; }
p { color: rgb(220,53,192); }
H1.HeaderClassName
{
color: #DC35C0;
}
.AnyTagClassName
{
color: #DC35C0;
}
</style>
background-color css
<style>
a { background-color: #DC35C0; }
a { background-color: rgb(220,53,192); }
div.DivClassName
{
background-color: #DC35C0;
}
.BgClassName
{
background-color: #DC35C0;
}
</style>
border-color css
<style>
span { border-color: #DC35C0; }
span { border-color: rgb(220,53,192); }
td.TdClassName
{
border-color: #DC35C0;
}
.TagClassName
{
border-color: #DC35C0;
}
</style>