Shades of Cerise #DC3370
Tints of Cerise #DC3370
RGB
CMYK
RGB Variations
Color information
#DC3370 (or 0xDC3370) is known color: Cerise. HEX triplet: DC, 33 and 70. RGB value is (220,51,112). Sum of RGB (Red+Green+Blue) = 220+51+112=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3370 is #23CC8F. Grayscale: #6C6C6C. Windows color (decimal): -2346128 or 7353308. OLE color: 7353308.
HSL color Cylindrical-coordinate representation of color #DC3370: hue angle of 338.34º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3370 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 112 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.14 |
| HSL | 338.34º | 0.71% | 0.53% | - |
| HSV(B) | 338.34º | 0.77% | 0.86% | - |
| XYZ | 33.62 | 18.75 | 17.18 | - |
| YUV | 108.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 112 | 0 | 0.77 | 0.49 | 0.14 | 338.34 | 0.71 | 0.53 |
| Hex | DC | 33 | 70 | 0 | 4D | 31 | E | 152 | 47 | 35 |
| Octal | 334 | 63 | 160 | 0 | 115 | 61 | 16 | 522 | 107 | 65 |
| Binary | 11011100 | 110011 | 1110000 | 0 | 1001101 | 110001 | 1110 | 101010010 | 1000111 | 110101 |
Color Harmonies of #DC3370
Complementary color
Monochromatic Colors of #DC3370
Black with #DC3370
Text Example
Text Example
White with #DC3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3370; }
p { color: rgb(220,51,112); }
H1.HeaderClassName
{
color: #DC3370;
}
.AnyTagClassName
{
color: #DC3370;
}
</style>
background-color css
<style>
a { background-color: #DC3370; }
a { background-color: rgb(220,51,112); }
div.DivClassName
{
background-color: #DC3370;
}
.BgClassName
{
background-color: #DC3370;
}
</style>
border-color css
<style>
span { border-color: #DC3370; }
span { border-color: rgb(220,51,112); }
td.TdClassName
{
border-color: #DC3370;
}
.TagClassName
{
border-color: #DC3370;
}
</style>