Shades of Razzle Dazzle Rose #DC2CE0
Tints of Razzle Dazzle Rose #DC2CE0
RGB
CMYK
RGB Variations
Color information
#DC2CE0 (or 0xDC2CE0) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2C and E0. RGB value is (220,44,224). Sum of RGB (Red+Green+Blue) = 220+44+224=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC2CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CE0 is #23D31F. Grayscale: #747474. Windows color (decimal): -2347808 or 14691548. OLE color: 14691548.
HSL color Cylindrical-coordinate representation of color #DC2CE0: hue angle of 298.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2CE0 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 44 | 224 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.12 |
| HSL | 298.67º | 0.74% | 0.53% | - |
| HSV(B) | 298.67º | 0.8% | 0.88% | - |
| XYZ | 43.87 | 22.4 | 72.53 | - |
| YUV | 117.14 | 188.31 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 224 | 0.02 | 0.80 | 0 | 0.12 | 298.67 | 0.74 | 0.53 |
| Hex | DC | 2C | E0 | 2 | 50 | 0 | C | 12B | 4A | 35 |
| Octal | 334 | 54 | 340 | 2 | 120 | 0 | 14 | 453 | 112 | 65 |
| Binary | 11011100 | 101100 | 11100000 | 10 | 1010000 | 0 | 1100 | 100101011 | 1001010 | 110101 |
Color Harmonies of #DC2CE0
Complementary color
Monochromatic Colors of #DC2CE0
Black with #DC2CE0
Text Example
Text Example
White with #DC2CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CE0; }
p { color: rgb(220,44,224); }
H1.HeaderClassName
{
color: #DC2CE0;
}
.AnyTagClassName
{
color: #DC2CE0;
}
</style>
background-color css
<style>
a { background-color: #DC2CE0; }
a { background-color: rgb(220,44,224); }
div.DivClassName
{
background-color: #DC2CE0;
}
.BgClassName
{
background-color: #DC2CE0;
}
</style>
border-color css
<style>
span { border-color: #DC2CE0; }
span { border-color: rgb(220,44,224); }
td.TdClassName
{
border-color: #DC2CE0;
}
.TagClassName
{
border-color: #DC2CE0;
}
</style>