Shades of Cerise #DC416D
Tints of Cerise #DC416D
RGB
CMYK
RGB Variations
Color information
#DC416D (or 0xDC416D) is known color: Cerise. HEX triplet: DC, 41 and 6D. RGB value is (220,65,109). Sum of RGB (Red+Green+Blue) = 220+65+109=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC416D is #23BE92. Grayscale: #747474. Windows color (decimal): -2342547 or 7160284. OLE color: 7160284.
HSL color Cylindrical-coordinate representation of color #DC416D: hue angle of 342.97º 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 #DC416D is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 109 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.14 |
| HSL | 342.97º | 0.69% | 0.56% | - |
| HSV(B) | 342.97º | 0.7% | 0.86% | - |
| XYZ | 34.17 | 20.1 | 16.55 | - |
| YUV | 116.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 109 | 0 | 0.70 | 0.50 | 0.14 | 342.97 | 0.69 | 0.56 |
| Hex | DC | 41 | 6D | 0 | 46 | 32 | E | 157 | 45 | 38 |
| Octal | 334 | 101 | 155 | 0 | 106 | 62 | 16 | 527 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1101101 | 0 | 1000110 | 110010 | 1110 | 101010111 | 1000101 | 111000 |
Color Harmonies of #DC416D
Complementary color
Monochromatic Colors of #DC416D
Black with #DC416D
Text Example
Text Example
White with #DC416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC416D; }
p { color: rgb(220,65,109); }
H1.HeaderClassName
{
color: #DC416D;
}
.AnyTagClassName
{
color: #DC416D;
}
</style>
background-color css
<style>
a { background-color: #DC416D; }
a { background-color: rgb(220,65,109); }
div.DivClassName
{
background-color: #DC416D;
}
.BgClassName
{
background-color: #DC416D;
}
</style>
border-color css
<style>
span { border-color: #DC416D; }
span { border-color: rgb(220,65,109); }
td.TdClassName
{
border-color: #DC416D;
}
.TagClassName
{
border-color: #DC416D;
}
</style>