Shades of Cerise #DC4367
Tints of Cerise #DC4367
RGB
CMYK
RGB Variations
Color information
#DC4367 (or 0xDC4367) is known color: Cerise. HEX triplet: DC, 43 and 67. RGB value is (220,67,103). Sum of RGB (Red+Green+Blue) = 220+67+103=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4367 is #23BC98. Grayscale: #747474. Windows color (decimal): -2342041 or 6767580. OLE color: 6767580.
HSL color Cylindrical-coordinate representation of color #DC4367: hue angle of 345.88º 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 #DC4367 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 103 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.14 |
| HSL | 345.88º | 0.69% | 0.56% | - |
| HSV(B) | 345.88º | 0.7% | 0.86% | - |
| XYZ | 33.97 | 20.21 | 14.94 | - |
| YUV | 116.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 103 | 0 | 0.70 | 0.53 | 0.14 | 345.88 | 0.69 | 0.56 |
| Hex | DC | 43 | 67 | 0 | 46 | 35 | E | 15A | 45 | 38 |
| Octal | 334 | 103 | 147 | 0 | 106 | 65 | 16 | 532 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1100111 | 0 | 1000110 | 110101 | 1110 | 101011010 | 1000101 | 111000 |
Color Harmonies of #DC4367
Complementary color
Monochromatic Colors of #DC4367
Black with #DC4367
Text Example
Text Example
White with #DC4367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4367; }
p { color: rgb(220,67,103); }
H1.HeaderClassName
{
color: #DC4367;
}
.AnyTagClassName
{
color: #DC4367;
}
</style>
background-color css
<style>
a { background-color: #DC4367; }
a { background-color: rgb(220,67,103); }
div.DivClassName
{
background-color: #DC4367;
}
.BgClassName
{
background-color: #DC4367;
}
</style>
border-color css
<style>
span { border-color: #DC4367; }
span { border-color: rgb(220,67,103); }
td.TdClassName
{
border-color: #DC4367;
}
.TagClassName
{
border-color: #DC4367;
}
</style>