Shades of Razzle Dazzle Rose #DC2DC1
Tints of Razzle Dazzle Rose #DC2DC1
RGB
CMYK
RGB Variations
Color information
#DC2DC1 (or 0xDC2DC1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and C1. RGB value is (220,45,193). Sum of RGB (Red+Green+Blue) = 220+45+193=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DC1 is #23D23E. Grayscale: #717171. Windows color (decimal): -2347583 or 12660188. OLE color: 12660188.
HSL color Cylindrical-coordinate representation of color #DC2DC1: hue angle of 309.26º 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 #DC2DC1 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 193 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.14 |
| HSL | 309.26º | 0.71% | 0.52% | - |
| HSV(B) | 309.26º | 0.8% | 0.86% | - |
| XYZ | 40.08 | 20.94 | 52.38 | - |
| YUV | 114.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 193 | 0 | 0.80 | 0.12 | 0.14 | 309.26 | 0.71 | 0.52 |
| Hex | DC | 2D | C1 | 0 | 50 | C | E | 135 | 47 | 34 |
| Octal | 334 | 55 | 301 | 0 | 120 | 14 | 16 | 465 | 107 | 64 |
| Binary | 11011100 | 101101 | 11000001 | 0 | 1010000 | 1100 | 1110 | 100110101 | 1000111 | 110100 |
Color Harmonies of #DC2DC1
Complementary color
Monochromatic Colors of #DC2DC1
Black with #DC2DC1
Text Example
Text Example
White with #DC2DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DC1; }
p { color: rgb(220,45,193); }
H1.HeaderClassName
{
color: #DC2DC1;
}
.AnyTagClassName
{
color: #DC2DC1;
}
</style>
background-color css
<style>
a { background-color: #DC2DC1; }
a { background-color: rgb(220,45,193); }
div.DivClassName
{
background-color: #DC2DC1;
}
.BgClassName
{
background-color: #DC2DC1;
}
</style>
border-color css
<style>
span { border-color: #DC2DC1; }
span { border-color: rgb(220,45,193); }
td.TdClassName
{
border-color: #DC2DC1;
}
.TagClassName
{
border-color: #DC2DC1;
}
</style>