Shades of Razzle Dazzle Rose #DC2EC4
Tints of Razzle Dazzle Rose #DC2EC4
RGB
CMYK
RGB Variations
Color information
#DC2EC4 (or 0xDC2EC4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2E and C4. RGB value is (220,46,196). Sum of RGB (Red+Green+Blue) = 220+46+196=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2EC4 is #23D13B. Grayscale: #727272. Windows color (decimal): -2347324 or 12857052. OLE color: 12857052.
HSL color Cylindrical-coordinate representation of color #DC2EC4: hue angle of 308.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2EC4 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 196 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.14 |
| HSL | 308.28º | 0.71% | 0.52% | - |
| HSV(B) | 308.28º | 0.79% | 0.86% | - |
| XYZ | 40.46 | 21.16 | 54.18 | - |
| YUV | 115.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 196 | 0 | 0.79 | 0.11 | 0.14 | 308.28 | 0.71 | 0.52 |
| Hex | DC | 2E | C4 | 0 | 4F | B | E | 134 | 47 | 34 |
| Octal | 334 | 56 | 304 | 0 | 117 | 13 | 16 | 464 | 107 | 64 |
| Binary | 11011100 | 101110 | 11000100 | 0 | 1001111 | 1011 | 1110 | 100110100 | 1000111 | 110100 |
Color Harmonies of #DC2EC4
Complementary color
Monochromatic Colors of #DC2EC4
Black with #DC2EC4
Text Example
Text Example
White with #DC2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EC4; }
p { color: rgb(220,46,196); }
H1.HeaderClassName
{
color: #DC2EC4;
}
.AnyTagClassName
{
color: #DC2EC4;
}
</style>
background-color css
<style>
a { background-color: #DC2EC4; }
a { background-color: rgb(220,46,196); }
div.DivClassName
{
background-color: #DC2EC4;
}
.BgClassName
{
background-color: #DC2EC4;
}
</style>
border-color css
<style>
span { border-color: #DC2EC4; }
span { border-color: rgb(220,46,196); }
td.TdClassName
{
border-color: #DC2EC4;
}
.TagClassName
{
border-color: #DC2EC4;
}
</style>