Shades of Cerise #DC2867
Tints of Cerise #DC2867
RGB
CMYK
RGB Variations
Color information
#DC2867 (or 0xDC2867) is known color: Cerise. HEX triplet: DC, 28 and 67. RGB value is (220,40,103). Sum of RGB (Red+Green+Blue) = 220+40+103=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2867 is #23D798. Grayscale: #646464. Windows color (decimal): -2348953 or 6760668. OLE color: 6760668.
HSL color Cylindrical-coordinate representation of color #DC2867: hue angle of 339º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2867 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 103 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.14 |
| HSL | 339º | 0.72% | 0.51% | - |
| HSV(B) | 339º | 0.82% | 0.86% | - |
| XYZ | 32.72 | 17.71 | 14.53 | - |
| YUV | 101 | 129.13 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 103 | 0 | 0.82 | 0.53 | 0.14 | 339 | 0.72 | 0.51 |
| Hex | DC | 28 | 67 | 0 | 52 | 35 | E | 153 | 48 | 33 |
| Octal | 334 | 50 | 147 | 0 | 122 | 65 | 16 | 523 | 110 | 63 |
| Binary | 11011100 | 101000 | 1100111 | 0 | 1010010 | 110101 | 1110 | 101010011 | 1001000 | 110011 |
Color Harmonies of #DC2867
Complementary color
Monochromatic Colors of #DC2867
Black with #DC2867
Text Example
Text Example
White with #DC2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2867; }
p { color: rgb(220,40,103); }
H1.HeaderClassName
{
color: #DC2867;
}
.AnyTagClassName
{
color: #DC2867;
}
</style>
background-color css
<style>
a { background-color: #DC2867; }
a { background-color: rgb(220,40,103); }
div.DivClassName
{
background-color: #DC2867;
}
.BgClassName
{
background-color: #DC2867;
}
</style>
border-color css
<style>
span { border-color: #DC2867; }
span { border-color: rgb(220,40,103); }
td.TdClassName
{
border-color: #DC2867;
}
.TagClassName
{
border-color: #DC2867;
}
</style>