Shades of Razzle Dazzle Rose #DC2EDD
Tints of Razzle Dazzle Rose #DC2EDD
RGB
CMYK
RGB Variations
Color information
#DC2EDD (or 0xDC2EDD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2E and DD. RGB value is (220,46,221). Sum of RGB (Red+Green+Blue) = 220+46+221=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2EDD is #23D122. Grayscale: #757575. Windows color (decimal): -2347299 or 14495452. OLE color: 14495452.
HSL color Cylindrical-coordinate representation of color #DC2EDD: hue angle of 299.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2EDD is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 46 | 221 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.13 |
| HSL | 299.66º | 0.72% | 0.52% | - |
| HSV(B) | 299.66º | 0.79% | 0.87% | - |
| XYZ | 43.54 | 22.39 | 70.43 | - |
| YUV | 117.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 221 | 0.00 | 0.79 | 0 | 0.13 | 299.66 | 0.72 | 0.52 |
| Hex | DC | 2E | DD | 0 | 4F | 0 | D | 12C | 48 | 34 |
| Octal | 334 | 56 | 335 | 0 | 117 | 0 | 15 | 454 | 110 | 64 |
| Binary | 11011100 | 101110 | 11011101 | 0 | 1001111 | 0 | 1101 | 100101100 | 1001000 | 110100 |
Color Harmonies of #DC2EDD
Complementary color
Monochromatic Colors of #DC2EDD
Black with #DC2EDD
Text Example
Text Example
White with #DC2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EDD; }
p { color: rgb(220,46,221); }
H1.HeaderClassName
{
color: #DC2EDD;
}
.AnyTagClassName
{
color: #DC2EDD;
}
</style>
background-color css
<style>
a { background-color: #DC2EDD; }
a { background-color: rgb(220,46,221); }
div.DivClassName
{
background-color: #DC2EDD;
}
.BgClassName
{
background-color: #DC2EDD;
}
</style>
border-color css
<style>
span { border-color: #DC2EDD; }
span { border-color: rgb(220,46,221); }
td.TdClassName
{
border-color: #DC2EDD;
}
.TagClassName
{
border-color: #DC2EDD;
}
</style>