Shades of Razzle Dazzle Rose #DC2DCC
Tints of Razzle Dazzle Rose #DC2DCC
RGB
CMYK
RGB Variations
Color information
#DC2DCC (or 0xDC2DCC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and CC. RGB value is (220,45,204). Sum of RGB (Red+Green+Blue) = 220+45+204=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DCC is #23D233. Grayscale: #727272. Windows color (decimal): -2347572 or 13381084. OLE color: 13381084.
HSL color Cylindrical-coordinate representation of color #DC2DCC: hue angle of 305.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DCC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 204 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.14 |
| HSL | 305.49º | 0.71% | 0.52% | - |
| HSV(B) | 305.49º | 0.8% | 0.86% | - |
| XYZ | 41.35 | 21.45 | 59.09 | - |
| YUV | 115.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 204 | 0 | 0.80 | 0.07 | 0.14 | 305.49 | 0.71 | 0.52 |
| Hex | DC | 2D | CC | 0 | 50 | 7 | E | 131 | 47 | 34 |
| Octal | 334 | 55 | 314 | 0 | 120 | 7 | 16 | 461 | 107 | 64 |
| Binary | 11011100 | 101101 | 11001100 | 0 | 1010000 | 111 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DC2DCC
Complementary color
Monochromatic Colors of #DC2DCC
Black with #DC2DCC
Text Example
Text Example
White with #DC2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DCC; }
p { color: rgb(220,45,204); }
H1.HeaderClassName
{
color: #DC2DCC;
}
.AnyTagClassName
{
color: #DC2DCC;
}
</style>
background-color css
<style>
a { background-color: #DC2DCC; }
a { background-color: rgb(220,45,204); }
div.DivClassName
{
background-color: #DC2DCC;
}
.BgClassName
{
background-color: #DC2DCC;
}
</style>
border-color css
<style>
span { border-color: #DC2DCC; }
span { border-color: rgb(220,45,204); }
td.TdClassName
{
border-color: #DC2DCC;
}
.TagClassName
{
border-color: #DC2DCC;
}
</style>