Shades of Cerise #DC416C
Tints of Cerise #DC416C
RGB
CMYK
RGB Variations
Color information
#DC416C (or 0xDC416C) is known color: Cerise. HEX triplet: DC, 41 and 6C. RGB value is (220,65,108). Sum of RGB (Red+Green+Blue) = 220+65+108=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC416C is #23BE93. Grayscale: #747474. Windows color (decimal): -2342548 or 7094748. OLE color: 7094748.
HSL color Cylindrical-coordinate representation of color #DC416C: hue angle of 343.35º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC416C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 108 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.14 |
| HSL | 343.35º | 0.69% | 0.56% | - |
| HSV(B) | 343.35º | 0.7% | 0.86% | - |
| XYZ | 34.11 | 20.08 | 16.27 | - |
| YUV | 116.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 108 | 0 | 0.70 | 0.51 | 0.14 | 343.35 | 0.69 | 0.56 |
| Hex | DC | 41 | 6C | 0 | 46 | 33 | E | 157 | 45 | 38 |
| Octal | 334 | 101 | 154 | 0 | 106 | 63 | 16 | 527 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1101100 | 0 | 1000110 | 110011 | 1110 | 101010111 | 1000101 | 111000 |
Color Harmonies of #DC416C
Complementary color
Monochromatic Colors of #DC416C
Black with #DC416C
Text Example
Text Example
White with #DC416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC416C; }
p { color: rgb(220,65,108); }
H1.HeaderClassName
{
color: #DC416C;
}
.AnyTagClassName
{
color: #DC416C;
}
</style>
background-color css
<style>
a { background-color: #DC416C; }
a { background-color: rgb(220,65,108); }
div.DivClassName
{
background-color: #DC416C;
}
.BgClassName
{
background-color: #DC416C;
}
</style>
border-color css
<style>
span { border-color: #DC416C; }
span { border-color: rgb(220,65,108); }
td.TdClassName
{
border-color: #DC416C;
}
.TagClassName
{
border-color: #DC416C;
}
</style>