Shades of Razzle Dazzle Rose #DC3CB2
Tints of Razzle Dazzle Rose #DC3CB2
RGB
CMYK
RGB Variations
Color information
#DC3CB2 (or 0xDC3CB2) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3C and B2. RGB value is (220,60,178). Sum of RGB (Red+Green+Blue) = 220+60+178=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3CB2 is #23C34D. Grayscale: #787878. Windows color (decimal): -2343758 or 11680988. OLE color: 11680988.
HSL color Cylindrical-coordinate representation of color #DC3CB2: hue angle of 315.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 #DC3CB2 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 178 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.14 |
| HSL | 315.75º | 0.7% | 0.55% | - |
| HSV(B) | 315.75º | 0.73% | 0.86% | - |
| XYZ | 39.17 | 21.66 | 44.24 | - |
| YUV | 121.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 178 | 0 | 0.73 | 0.19 | 0.14 | 315.75 | 0.7 | 0.55 |
| Hex | DC | 3C | B2 | 0 | 49 | 13 | E | 13C | 46 | 37 |
| Octal | 334 | 74 | 262 | 0 | 111 | 23 | 16 | 474 | 106 | 67 |
| Binary | 11011100 | 111100 | 10110010 | 0 | 1001001 | 10011 | 1110 | 100111100 | 1000110 | 110111 |
Color Harmonies of #DC3CB2
Complementary color
Monochromatic Colors of #DC3CB2
Black with #DC3CB2
Text Example
Text Example
White with #DC3CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CB2; }
p { color: rgb(220,60,178); }
H1.HeaderClassName
{
color: #DC3CB2;
}
.AnyTagClassName
{
color: #DC3CB2;
}
</style>
background-color css
<style>
a { background-color: #DC3CB2; }
a { background-color: rgb(220,60,178); }
div.DivClassName
{
background-color: #DC3CB2;
}
.BgClassName
{
background-color: #DC3CB2;
}
</style>
border-color css
<style>
span { border-color: #DC3CB2; }
span { border-color: rgb(220,60,178); }
td.TdClassName
{
border-color: #DC3CB2;
}
.TagClassName
{
border-color: #DC3CB2;
}
</style>