Shades of Razzle Dazzle Rose #DC2ECE
Tints of Razzle Dazzle Rose #DC2ECE
RGB
CMYK
RGB Variations
Color information
#DC2ECE (or 0xDC2ECE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2E and CE. RGB value is (220,46,206). Sum of RGB (Red+Green+Blue) = 220+46+206=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ECE is #23D131. Grayscale: #737373. Windows color (decimal): -2347314 or 13512412. OLE color: 13512412.
HSL color Cylindrical-coordinate representation of color #DC2ECE: hue angle of 304.83º 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 #DC2ECE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 206 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.14 |
| HSL | 304.83º | 0.71% | 0.52% | - |
| HSV(B) | 304.83º | 0.79% | 0.86% | - |
| XYZ | 41.63 | 21.63 | 60.37 | - |
| YUV | 116.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 206 | 0 | 0.79 | 0.06 | 0.14 | 304.83 | 0.71 | 0.52 |
| Hex | DC | 2E | CE | 0 | 4F | 6 | E | 131 | 47 | 34 |
| Octal | 334 | 56 | 316 | 0 | 117 | 6 | 16 | 461 | 107 | 64 |
| Binary | 11011100 | 101110 | 11001110 | 0 | 1001111 | 110 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DC2ECE
Complementary color
Monochromatic Colors of #DC2ECE
Black with #DC2ECE
Text Example
Text Example
White with #DC2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2ECE; }
p { color: rgb(220,46,206); }
H1.HeaderClassName
{
color: #DC2ECE;
}
.AnyTagClassName
{
color: #DC2ECE;
}
</style>
background-color css
<style>
a { background-color: #DC2ECE; }
a { background-color: rgb(220,46,206); }
div.DivClassName
{
background-color: #DC2ECE;
}
.BgClassName
{
background-color: #DC2ECE;
}
</style>
border-color css
<style>
span { border-color: #DC2ECE; }
span { border-color: rgb(220,46,206); }
td.TdClassName
{
border-color: #DC2ECE;
}
.TagClassName
{
border-color: #DC2ECE;
}
</style>