Shades of Cerise #DC4465
Tints of Cerise #DC4465
RGB
CMYK
RGB Variations
Color information
#DC4465 (or 0xDC4465) is known color: Cerise. HEX triplet: DC, 44 and 65. RGB value is (220,68,101). Sum of RGB (Red+Green+Blue) = 220+68+101=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4465 is #23BB9A. Grayscale: #757575. Windows color (decimal): -2341787 or 6636764. OLE color: 6636764.
HSL color Cylindrical-coordinate representation of color #DC4465: hue angle of 346.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4465 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 101 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.14 |
| HSL | 346.97º | 0.68% | 0.56% | - |
| HSV(B) | 346.97º | 0.69% | 0.86% | - |
| XYZ | 33.93 | 20.29 | 14.44 | - |
| YUV | 117.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 101 | 0 | 0.69 | 0.54 | 0.14 | 346.97 | 0.68 | 0.56 |
| Hex | DC | 44 | 65 | 0 | 45 | 36 | E | 15B | 44 | 38 |
| Octal | 334 | 104 | 145 | 0 | 105 | 66 | 16 | 533 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1100101 | 0 | 1000101 | 110110 | 1110 | 101011011 | 1000100 | 111000 |
Color Harmonies of #DC4465
Complementary color
Monochromatic Colors of #DC4465
Black with #DC4465
Text Example
Text Example
White with #DC4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4465; }
p { color: rgb(220,68,101); }
H1.HeaderClassName
{
color: #DC4465;
}
.AnyTagClassName
{
color: #DC4465;
}
</style>
background-color css
<style>
a { background-color: #DC4465; }
a { background-color: rgb(220,68,101); }
div.DivClassName
{
background-color: #DC4465;
}
.BgClassName
{
background-color: #DC4465;
}
</style>
border-color css
<style>
span { border-color: #DC4465; }
span { border-color: rgb(220,68,101); }
td.TdClassName
{
border-color: #DC4465;
}
.TagClassName
{
border-color: #DC4465;
}
</style>