Shades of Razzle Dazzle Rose #DC3CC2
Tints of Razzle Dazzle Rose #DC3CC2
RGB
CMYK
RGB Variations
Color information
#DC3CC2 (or 0xDC3CC2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3C and C2. RGB value is (220,60,194). Sum of RGB (Red+Green+Blue) = 220+60+194=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3CC2 is #23C33D. Grayscale: #7A7A7A. Windows color (decimal): -2343742 or 12729564. OLE color: 12729564.
HSL color Cylindrical-coordinate representation of color #DC3CC2: hue angle of 309.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3CC2 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 194 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.14 |
| HSL | 309.75º | 0.7% | 0.55% | - |
| HSV(B) | 309.75º | 0.73% | 0.86% | - |
| XYZ | 40.87 | 22.34 | 53.2 | - |
| YUV | 123.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 194 | 0 | 0.73 | 0.12 | 0.14 | 309.75 | 0.7 | 0.55 |
| Hex | DC | 3C | C2 | 0 | 49 | C | E | 136 | 46 | 37 |
| Octal | 334 | 74 | 302 | 0 | 111 | 14 | 16 | 466 | 106 | 67 |
| Binary | 11011100 | 111100 | 11000010 | 0 | 1001001 | 1100 | 1110 | 100110110 | 1000110 | 110111 |
Color Harmonies of #DC3CC2
Complementary color
Monochromatic Colors of #DC3CC2
Black with #DC3CC2
Text Example
Text Example
White with #DC3CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CC2; }
p { color: rgb(220,60,194); }
H1.HeaderClassName
{
color: #DC3CC2;
}
.AnyTagClassName
{
color: #DC3CC2;
}
</style>
background-color css
<style>
a { background-color: #DC3CC2; }
a { background-color: rgb(220,60,194); }
div.DivClassName
{
background-color: #DC3CC2;
}
.BgClassName
{
background-color: #DC3CC2;
}
</style>
border-color css
<style>
span { border-color: #DC3CC2; }
span { border-color: rgb(220,60,194); }
td.TdClassName
{
border-color: #DC3CC2;
}
.TagClassName
{
border-color: #DC3CC2;
}
</style>