Shades of Razzle Dazzle Rose #DC2CC1
Tints of Razzle Dazzle Rose #DC2CC1
RGB
CMYK
RGB Variations
Color information
#DC2CC1 (or 0xDC2CC1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2C and C1. RGB value is (220,44,193). Sum of RGB (Red+Green+Blue) = 220+44+193=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CC1 is #23D33E. Grayscale: #717171. Windows color (decimal): -2347839 or 12659932. OLE color: 12659932.
HSL color Cylindrical-coordinate representation of color #DC2CC1: hue angle of 309.2º degrees, saturation: 0.72, 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 #DC2CC1 is Cyan = 0, Magento = 0.8, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 193 | - |
| CMYK | 0 | 0.8 | 0.12 | 0.14 |
| HSL | 309.2º | 0.72% | 0.52% | - |
| HSV(B) | 309.2º | 0.8% | 0.86% | - |
| XYZ | 40.04 | 20.87 | 52.37 | - |
| YUV | 113.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 193 | 0 | 0.8 | 0.12 | 0.14 | 309.2 | 0.72 | 0.52 |
| Hex | DC | 2C | C1 | 0 | 50 | C | E | 135 | 48 | 34 |
| Octal | 334 | 54 | 301 | 0 | 120 | 14 | 16 | 465 | 110 | 64 |
| Binary | 11011100 | 101100 | 11000001 | 0 | 1010000 | 1100 | 1110 | 100110101 | 1001000 | 110100 |
Color Harmonies of #DC2CC1
Complementary color
Monochromatic Colors of #DC2CC1
Black with #DC2CC1
Text Example
Text Example
White with #DC2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CC1; }
p { color: rgb(220,44,193); }
H1.HeaderClassName
{
color: #DC2CC1;
}
.AnyTagClassName
{
color: #DC2CC1;
}
</style>
background-color css
<style>
a { background-color: #DC2CC1; }
a { background-color: rgb(220,44,193); }
div.DivClassName
{
background-color: #DC2CC1;
}
.BgClassName
{
background-color: #DC2CC1;
}
</style>
border-color css
<style>
span { border-color: #DC2CC1; }
span { border-color: rgb(220,44,193); }
td.TdClassName
{
border-color: #DC2CC1;
}
.TagClassName
{
border-color: #DC2CC1;
}
</style>