Shades of Razzle Dazzle Rose #DC2ED4
Tints of Razzle Dazzle Rose #DC2ED4
RGB
CMYK
RGB Variations
Color information
#DC2ED4 (or 0xDC2ED4) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2E and D4. RGB value is (220,46,212). Sum of RGB (Red+Green+Blue) = 220+46+212=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ED4 is #23D12B. Grayscale: #747474. Windows color (decimal): -2347308 or 13905628. OLE color: 13905628.
HSL color Cylindrical-coordinate representation of color #DC2ED4: hue angle of 302.76º 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 #DC2ED4 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 212 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.14 |
| HSL | 302.76º | 0.71% | 0.52% | - |
| HSV(B) | 302.76º | 0.79% | 0.86% | - |
| XYZ | 42.38 | 21.92 | 64.29 | - |
| YUV | 116.95 | 181.65 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 212 | 0 | 0.79 | 0.04 | 0.14 | 302.76 | 0.71 | 0.52 |
| Hex | DC | 2E | D4 | 0 | 4F | 4 | E | 12F | 47 | 34 |
| Octal | 334 | 56 | 324 | 0 | 117 | 4 | 16 | 457 | 107 | 64 |
| Binary | 11011100 | 101110 | 11010100 | 0 | 1001111 | 100 | 1110 | 100101111 | 1000111 | 110100 |
Color Harmonies of #DC2ED4
Complementary color
Monochromatic Colors of #DC2ED4
Black with #DC2ED4
Text Example
Text Example
White with #DC2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2ED4; }
p { color: rgb(220,46,212); }
H1.HeaderClassName
{
color: #DC2ED4;
}
.AnyTagClassName
{
color: #DC2ED4;
}
</style>
background-color css
<style>
a { background-color: #DC2ED4; }
a { background-color: rgb(220,46,212); }
div.DivClassName
{
background-color: #DC2ED4;
}
.BgClassName
{
background-color: #DC2ED4;
}
</style>
border-color css
<style>
span { border-color: #DC2ED4; }
span { border-color: rgb(220,46,212); }
td.TdClassName
{
border-color: #DC2ED4;
}
.TagClassName
{
border-color: #DC2ED4;
}
</style>