Shades of Cerise #DC2A65
Tints of Cerise #DC2A65
RGB
CMYK
RGB Variations
Color information
#DC2A65 (or 0xDC2A65) is known color: Cerise. HEX triplet: DC, 2A and 65. RGB value is (220,42,101). Sum of RGB (Red+Green+Blue) = 220+42+101=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A65 is #23D59A. Grayscale: #656565. Windows color (decimal): -2348443 or 6630108. OLE color: 6630108.
HSL color Cylindrical-coordinate representation of color #DC2A65: hue angle of 340.11º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A65 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 101 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.14 |
| HSL | 340.11º | 0.72% | 0.51% | - |
| HSV(B) | 340.11º | 0.81% | 0.86% | - |
| XYZ | 32.69 | 17.81 | 14.03 | - |
| YUV | 101.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 101 | 0 | 0.81 | 0.54 | 0.14 | 340.11 | 0.72 | 0.51 |
| Hex | DC | 2A | 65 | 0 | 51 | 36 | E | 154 | 48 | 33 |
| Octal | 334 | 52 | 145 | 0 | 121 | 66 | 16 | 524 | 110 | 63 |
| Binary | 11011100 | 101010 | 1100101 | 0 | 1010001 | 110110 | 1110 | 101010100 | 1001000 | 110011 |
Color Harmonies of #DC2A65
Complementary color
Monochromatic Colors of #DC2A65
Black with #DC2A65
Text Example
Text Example
White with #DC2A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A65; }
p { color: rgb(220,42,101); }
H1.HeaderClassName
{
color: #DC2A65;
}
.AnyTagClassName
{
color: #DC2A65;
}
</style>
background-color css
<style>
a { background-color: #DC2A65; }
a { background-color: rgb(220,42,101); }
div.DivClassName
{
background-color: #DC2A65;
}
.BgClassName
{
background-color: #DC2A65;
}
</style>
border-color css
<style>
span { border-color: #DC2A65; }
span { border-color: rgb(220,42,101); }
td.TdClassName
{
border-color: #DC2A65;
}
.TagClassName
{
border-color: #DC2A65;
}
</style>