Shades of Cerise #DC2367
Tints of Cerise #DC2367
RGB
CMYK
RGB Variations
Color information
#DC2367 (or 0xDC2367) is known color: Cerise. HEX triplet: DC, 23 and 67. RGB value is (220,35,103). Sum of RGB (Red+Green+Blue) = 220+35+103=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2367 is #23DC98. Grayscale: #616161. Windows color (decimal): -2350233 or 6759388. OLE color: 6759388.
HSL color Cylindrical-coordinate representation of color #DC2367: hue angle of 337.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2367 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 103 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.14 |
| HSL | 337.95º | 0.73% | 0.5% | - |
| HSV(B) | 337.95º | 0.84% | 0.86% | - |
| XYZ | 32.56 | 17.4 | 14.47 | - |
| YUV | 98.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 103 | 0 | 0.84 | 0.53 | 0.14 | 337.95 | 0.73 | 0.5 |
| Hex | DC | 23 | 67 | 0 | 54 | 35 | E | 152 | 49 | 32 |
| Octal | 334 | 43 | 147 | 0 | 124 | 65 | 16 | 522 | 111 | 62 |
| Binary | 11011100 | 100011 | 1100111 | 0 | 1010100 | 110101 | 1110 | 101010010 | 1001001 | 110010 |
Color Harmonies of #DC2367
Complementary color
Monochromatic Colors of #DC2367
Black with #DC2367
Text Example
Text Example
White with #DC2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2367; }
p { color: rgb(220,35,103); }
H1.HeaderClassName
{
color: #DC2367;
}
.AnyTagClassName
{
color: #DC2367;
}
</style>
background-color css
<style>
a { background-color: #DC2367; }
a { background-color: rgb(220,35,103); }
div.DivClassName
{
background-color: #DC2367;
}
.BgClassName
{
background-color: #DC2367;
}
</style>
border-color css
<style>
span { border-color: #DC2367; }
span { border-color: rgb(220,35,103); }
td.TdClassName
{
border-color: #DC2367;
}
.TagClassName
{
border-color: #DC2367;
}
</style>