Shades of Cerise #DC4364
Tints of Cerise #DC4364
RGB
CMYK
RGB Variations
Color information
#DC4364 (or 0xDC4364) is known color: Cerise. HEX triplet: DC, 43 and 64. RGB value is (220,67,100). Sum of RGB (Red+Green+Blue) = 220+67+100=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4364 is #23BC9B. Grayscale: #747474. Windows color (decimal): -2342044 or 6570972. OLE color: 6570972.
HSL color Cylindrical-coordinate representation of color #DC4364: hue angle of 347.06º 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 #DC4364 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 100 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.14 |
| HSL | 347.06º | 0.69% | 0.56% | - |
| HSV(B) | 347.06º | 0.7% | 0.86% | - |
| XYZ | 33.82 | 20.15 | 14.16 | - |
| YUV | 116.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 100 | 0 | 0.70 | 0.55 | 0.14 | 347.06 | 0.69 | 0.56 |
| Hex | DC | 43 | 64 | 0 | 46 | 37 | E | 15B | 45 | 38 |
| Octal | 334 | 103 | 144 | 0 | 106 | 67 | 16 | 533 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1100100 | 0 | 1000110 | 110111 | 1110 | 101011011 | 1000101 | 111000 |
Color Harmonies of #DC4364
Complementary color
Monochromatic Colors of #DC4364
Black with #DC4364
Text Example
Text Example
White with #DC4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4364; }
p { color: rgb(220,67,100); }
H1.HeaderClassName
{
color: #DC4364;
}
.AnyTagClassName
{
color: #DC4364;
}
</style>
background-color css
<style>
a { background-color: #DC4364; }
a { background-color: rgb(220,67,100); }
div.DivClassName
{
background-color: #DC4364;
}
.BgClassName
{
background-color: #DC4364;
}
</style>
border-color css
<style>
span { border-color: #DC4364; }
span { border-color: rgb(220,67,100); }
td.TdClassName
{
border-color: #DC4364;
}
.TagClassName
{
border-color: #DC4364;
}
</style>