Shades of Razzle Dazzle Rose #DC2ECC
Tints of Razzle Dazzle Rose #DC2ECC
RGB
CMYK
RGB Variations
Color information
#DC2ECC (or 0xDC2ECC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2E and CC. RGB value is (220,46,204). Sum of RGB (Red+Green+Blue) = 220+46+204=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ECC is #23D133. Grayscale: #737373. Windows color (decimal): -2347316 or 13381340. OLE color: 13381340.
HSL color Cylindrical-coordinate representation of color #DC2ECC: hue angle of 305.52º 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 #DC2ECC is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 204 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.14 |
| HSL | 305.52º | 0.71% | 0.52% | - |
| HSV(B) | 305.52º | 0.79% | 0.86% | - |
| XYZ | 41.39 | 21.53 | 59.1 | - |
| YUV | 116.04 | 177.65 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 204 | 0 | 0.79 | 0.07 | 0.14 | 305.52 | 0.71 | 0.52 |
| Hex | DC | 2E | CC | 0 | 4F | 7 | E | 132 | 47 | 34 |
| Octal | 334 | 56 | 314 | 0 | 117 | 7 | 16 | 462 | 107 | 64 |
| Binary | 11011100 | 101110 | 11001100 | 0 | 1001111 | 111 | 1110 | 100110010 | 1000111 | 110100 |
Color Harmonies of #DC2ECC
Complementary color
Monochromatic Colors of #DC2ECC
Black with #DC2ECC
Text Example
Text Example
White with #DC2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2ECC; }
p { color: rgb(220,46,204); }
H1.HeaderClassName
{
color: #DC2ECC;
}
.AnyTagClassName
{
color: #DC2ECC;
}
</style>
background-color css
<style>
a { background-color: #DC2ECC; }
a { background-color: rgb(220,46,204); }
div.DivClassName
{
background-color: #DC2ECC;
}
.BgClassName
{
background-color: #DC2ECC;
}
</style>
border-color css
<style>
span { border-color: #DC2ECC; }
span { border-color: rgb(220,46,204); }
td.TdClassName
{
border-color: #DC2ECC;
}
.TagClassName
{
border-color: #DC2ECC;
}
</style>