Shades of Cerise #DC4365
Tints of Cerise #DC4365
RGB
CMYK
RGB Variations
Color information
#DC4365 (or 0xDC4365) is known color: Cerise. HEX triplet: DC, 43 and 65. RGB value is (220,67,101). Sum of RGB (Red+Green+Blue) = 220+67+101=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4365 is #23BC9A. Grayscale: #747474. Windows color (decimal): -2342043 or 6636508. OLE color: 6636508.
HSL color Cylindrical-coordinate representation of color #DC4365: hue angle of 346.67º 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 #DC4365 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 101 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.14 |
| HSL | 346.67º | 0.69% | 0.56% | - |
| HSV(B) | 346.67º | 0.7% | 0.86% | - |
| XYZ | 33.87 | 20.17 | 14.42 | - |
| YUV | 116.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 101 | 0 | 0.70 | 0.54 | 0.14 | 346.67 | 0.69 | 0.56 |
| Hex | DC | 43 | 65 | 0 | 46 | 36 | E | 15B | 45 | 38 |
| Octal | 334 | 103 | 145 | 0 | 106 | 66 | 16 | 533 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1100101 | 0 | 1000110 | 110110 | 1110 | 101011011 | 1000101 | 111000 |
Color Harmonies of #DC4365
Complementary color
Monochromatic Colors of #DC4365
Black with #DC4365
Text Example
Text Example
White with #DC4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4365; }
p { color: rgb(220,67,101); }
H1.HeaderClassName
{
color: #DC4365;
}
.AnyTagClassName
{
color: #DC4365;
}
</style>
background-color css
<style>
a { background-color: #DC4365; }
a { background-color: rgb(220,67,101); }
div.DivClassName
{
background-color: #DC4365;
}
.BgClassName
{
background-color: #DC4365;
}
</style>
border-color css
<style>
span { border-color: #DC4365; }
span { border-color: rgb(220,67,101); }
td.TdClassName
{
border-color: #DC4365;
}
.TagClassName
{
border-color: #DC4365;
}
</style>