Shades of Deep Cerise #DC2175
Tints of Deep Cerise #DC2175
RGB
CMYK
RGB Variations
Color information
#DC2175 (or 0xDC2175) is known color: Deep Cerise. HEX triplet: DC, 21 and 75. RGB value is (220,33,117). Sum of RGB (Red+Green+Blue) = 220+33+117=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2175 is #23DE8A. Grayscale: #626262. Windows color (decimal): -2350731 or 7676380. OLE color: 7676380.
HSL color Cylindrical-coordinate representation of color #DC2175: hue angle of 333.05º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2175 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 117 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.14 |
| HSL | 333.05º | 0.74% | 0.5% | - |
| HSV(B) | 333.05º | 0.85% | 0.86% | - |
| XYZ | 33.27 | 17.59 | 18.47 | - |
| YUV | 98.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 117 | 0 | 0.85 | 0.47 | 0.14 | 333.05 | 0.74 | 0.5 |
| Hex | DC | 21 | 75 | 0 | 55 | 2F | E | 14D | 4A | 32 |
| Octal | 334 | 41 | 165 | 0 | 125 | 57 | 16 | 515 | 112 | 62 |
| Binary | 11011100 | 100001 | 1110101 | 0 | 1010101 | 101111 | 1110 | 101001101 | 1001010 | 110010 |
Color Harmonies of #DC2175
Complementary color
Monochromatic Colors of #DC2175
Black with #DC2175
Text Example
Text Example
White with #DC2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2175; }
p { color: rgb(220,33,117); }
H1.HeaderClassName
{
color: #DC2175;
}
.AnyTagClassName
{
color: #DC2175;
}
</style>
background-color css
<style>
a { background-color: #DC2175; }
a { background-color: rgb(220,33,117); }
div.DivClassName
{
background-color: #DC2175;
}
.BgClassName
{
background-color: #DC2175;
}
</style>
border-color css
<style>
span { border-color: #DC2175; }
span { border-color: rgb(220,33,117); }
td.TdClassName
{
border-color: #DC2175;
}
.TagClassName
{
border-color: #DC2175;
}
</style>