Shades of Cerise #DC2673
Tints of Cerise #DC2673
RGB
CMYK
RGB Variations
Color information
#DC2673 (or 0xDC2673) is known color: Cerise. HEX triplet: DC, 26 and 73. RGB value is (220,38,115). Sum of RGB (Red+Green+Blue) = 220+38+115=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2673 is #23D98C. Grayscale: #656565. Windows color (decimal): -2349453 or 7546588. OLE color: 7546588.
HSL color Cylindrical-coordinate representation of color #DC2673: hue angle of 334.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2673 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 115 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.14 |
| HSL | 334.62º | 0.72% | 0.51% | - |
| HSV(B) | 334.62º | 0.83% | 0.86% | - |
| XYZ | 33.3 | 17.84 | 17.91 | - |
| YUV | 101.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 115 | 0 | 0.83 | 0.48 | 0.14 | 334.62 | 0.72 | 0.51 |
| Hex | DC | 26 | 73 | 0 | 53 | 30 | E | 14F | 48 | 33 |
| Octal | 334 | 46 | 163 | 0 | 123 | 60 | 16 | 517 | 110 | 63 |
| Binary | 11011100 | 100110 | 1110011 | 0 | 1010011 | 110000 | 1110 | 101001111 | 1001000 | 110011 |
Color Harmonies of #DC2673
Complementary color
Monochromatic Colors of #DC2673
Black with #DC2673
Text Example
Text Example
White with #DC2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2673; }
p { color: rgb(220,38,115); }
H1.HeaderClassName
{
color: #DC2673;
}
.AnyTagClassName
{
color: #DC2673;
}
</style>
background-color css
<style>
a { background-color: #DC2673; }
a { background-color: rgb(220,38,115); }
div.DivClassName
{
background-color: #DC2673;
}
.BgClassName
{
background-color: #DC2673;
}
</style>
border-color css
<style>
span { border-color: #DC2673; }
span { border-color: rgb(220,38,115); }
td.TdClassName
{
border-color: #DC2673;
}
.TagClassName
{
border-color: #DC2673;
}
</style>