Shades of Cerise #DC236F
Tints of Cerise #DC236F
RGB
CMYK
RGB Variations
Color information
#DC236F (or 0xDC236F) is known color: Cerise. HEX triplet: DC, 23 and 6F. RGB value is (220,35,111). Sum of RGB (Red+Green+Blue) = 220+35+111=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC236F is #23DC90. Grayscale: #626262. Windows color (decimal): -2350225 or 7283676. OLE color: 7283676.
HSL color Cylindrical-coordinate representation of color #DC236F: hue angle of 335.35º 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 #DC236F is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 111 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.14 |
| HSL | 335.35º | 0.73% | 0.5% | - |
| HSV(B) | 335.35º | 0.84% | 0.86% | - |
| XYZ | 32.99 | 17.57 | 16.69 | - |
| YUV | 98.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 111 | 0 | 0.84 | 0.50 | 0.14 | 335.35 | 0.73 | 0.5 |
| Hex | DC | 23 | 6F | 0 | 54 | 32 | E | 14F | 49 | 32 |
| Octal | 334 | 43 | 157 | 0 | 124 | 62 | 16 | 517 | 111 | 62 |
| Binary | 11011100 | 100011 | 1101111 | 0 | 1010100 | 110010 | 1110 | 101001111 | 1001001 | 110010 |
Color Harmonies of #DC236F
Complementary color
Monochromatic Colors of #DC236F
Black with #DC236F
Text Example
Text Example
White with #DC236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC236F; }
p { color: rgb(220,35,111); }
H1.HeaderClassName
{
color: #DC236F;
}
.AnyTagClassName
{
color: #DC236F;
}
</style>
background-color css
<style>
a { background-color: #DC236F; }
a { background-color: rgb(220,35,111); }
div.DivClassName
{
background-color: #DC236F;
}
.BgClassName
{
background-color: #DC236F;
}
</style>
border-color css
<style>
span { border-color: #DC236F; }
span { border-color: rgb(220,35,111); }
td.TdClassName
{
border-color: #DC236F;
}
.TagClassName
{
border-color: #DC236F;
}
</style>