Shades of Razzle Dazzle Rose #DC2EC7
Tints of Razzle Dazzle Rose #DC2EC7
RGB
CMYK
RGB Variations
Color information
#DC2EC7 (or 0xDC2EC7) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2E and C7. RGB value is (220,46,199). Sum of RGB (Red+Green+Blue) = 220+46+199=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2EC7 is #23D138. Grayscale: #737373. Windows color (decimal): -2347321 or 13053660. OLE color: 13053660.
HSL color Cylindrical-coordinate representation of color #DC2EC7: hue angle of 307.24º 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 #DC2EC7 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 199 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.14 |
| HSL | 307.24º | 0.71% | 0.52% | - |
| HSV(B) | 307.24º | 0.79% | 0.86% | - |
| XYZ | 40.8 | 21.29 | 55.99 | - |
| YUV | 115.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 199 | 0 | 0.79 | 0.10 | 0.14 | 307.24 | 0.71 | 0.52 |
| Hex | DC | 2E | C7 | 0 | 4F | A | E | 133 | 47 | 34 |
| Octal | 334 | 56 | 307 | 0 | 117 | 12 | 16 | 463 | 107 | 64 |
| Binary | 11011100 | 101110 | 11000111 | 0 | 1001111 | 1010 | 1110 | 100110011 | 1000111 | 110100 |
Color Harmonies of #DC2EC7
Complementary color
Monochromatic Colors of #DC2EC7
Black with #DC2EC7
Text Example
Text Example
White with #DC2EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EC7; }
p { color: rgb(220,46,199); }
H1.HeaderClassName
{
color: #DC2EC7;
}
.AnyTagClassName
{
color: #DC2EC7;
}
</style>
background-color css
<style>
a { background-color: #DC2EC7; }
a { background-color: rgb(220,46,199); }
div.DivClassName
{
background-color: #DC2EC7;
}
.BgClassName
{
background-color: #DC2EC7;
}
</style>
border-color css
<style>
span { border-color: #DC2EC7; }
span { border-color: rgb(220,46,199); }
td.TdClassName
{
border-color: #DC2EC7;
}
.TagClassName
{
border-color: #DC2EC7;
}
</style>