Shades of Cerise #DC4163
Tints of Cerise #DC4163
RGB
CMYK
RGB Variations
Color information
#DC4163 (or 0xDC4163) is known color: Cerise. HEX triplet: DC, 41 and 63. RGB value is (220,65,99). Sum of RGB (Red+Green+Blue) = 220+65+99=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4163 is #23BE9C. Grayscale: #737373. Windows color (decimal): -2342557 or 6504924. OLE color: 6504924.
HSL color Cylindrical-coordinate representation of color #DC4163: hue angle of 346.84º 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 #DC4163 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 99 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.14 |
| HSL | 346.84º | 0.69% | 0.56% | - |
| HSV(B) | 346.84º | 0.7% | 0.86% | - |
| XYZ | 33.66 | 19.9 | 13.87 | - |
| YUV | 115.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 99 | 0 | 0.70 | 0.55 | 0.14 | 346.84 | 0.69 | 0.56 |
| Hex | DC | 41 | 63 | 0 | 46 | 37 | E | 15B | 45 | 38 |
| Octal | 334 | 101 | 143 | 0 | 106 | 67 | 16 | 533 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1100011 | 0 | 1000110 | 110111 | 1110 | 101011011 | 1000101 | 111000 |
Color Harmonies of #DC4163
Complementary color
Monochromatic Colors of #DC4163
Black with #DC4163
Text Example
Text Example
White with #DC4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4163; }
p { color: rgb(220,65,99); }
H1.HeaderClassName
{
color: #DC4163;
}
.AnyTagClassName
{
color: #DC4163;
}
</style>
background-color css
<style>
a { background-color: #DC4163; }
a { background-color: rgb(220,65,99); }
div.DivClassName
{
background-color: #DC4163;
}
.BgClassName
{
background-color: #DC4163;
}
</style>
border-color css
<style>
span { border-color: #DC4163; }
span { border-color: rgb(220,65,99); }
td.TdClassName
{
border-color: #DC4163;
}
.TagClassName
{
border-color: #DC4163;
}
</style>