Shades of Cerise #DC4363
Tints of Cerise #DC4363
RGB
CMYK
RGB Variations
Color information
#DC4363 (or 0xDC4363) is known color: Cerise. HEX triplet: DC, 43 and 63. RGB value is (220,67,99). Sum of RGB (Red+Green+Blue) = 220+67+99=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4363 is #23BC9C. Grayscale: #747474. Windows color (decimal): -2342045 or 6505436. OLE color: 6505436.
HSL color Cylindrical-coordinate representation of color #DC4363: hue angle of 347.45º 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 #DC4363 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 99 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.14 |
| HSL | 347.45º | 0.69% | 0.56% | - |
| HSV(B) | 347.45º | 0.7% | 0.86% | - |
| XYZ | 33.77 | 20.13 | 13.91 | - |
| YUV | 116.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 99 | 0 | 0.70 | 0.55 | 0.14 | 347.45 | 0.69 | 0.56 |
| Hex | DC | 43 | 63 | 0 | 46 | 37 | E | 15B | 45 | 38 |
| Octal | 334 | 103 | 143 | 0 | 106 | 67 | 16 | 533 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1100011 | 0 | 1000110 | 110111 | 1110 | 101011011 | 1000101 | 111000 |
Color Harmonies of #DC4363
Complementary color
Monochromatic Colors of #DC4363
Black with #DC4363
Text Example
Text Example
White with #DC4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4363; }
p { color: rgb(220,67,99); }
H1.HeaderClassName
{
color: #DC4363;
}
.AnyTagClassName
{
color: #DC4363;
}
</style>
background-color css
<style>
a { background-color: #DC4363; }
a { background-color: rgb(220,67,99); }
div.DivClassName
{
background-color: #DC4363;
}
.BgClassName
{
background-color: #DC4363;
}
</style>
border-color css
<style>
span { border-color: #DC4363; }
span { border-color: rgb(220,67,99); }
td.TdClassName
{
border-color: #DC4363;
}
.TagClassName
{
border-color: #DC4363;
}
</style>