Shades of Cerise #DC375A
Tints of Cerise #DC375A
RGB
CMYK
RGB Variations
Color information
#DC375A (or 0xDC375A) is known color: Cerise. HEX triplet: DC, 37 and 5A. RGB value is (220,55,90). Sum of RGB (Red+Green+Blue) = 220+55+90=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC375A is #23C8A5. Grayscale: #6C6C6C. Windows color (decimal): -2345126 or 5912540. OLE color: 5912540.
HSL color Cylindrical-coordinate representation of color #DC375A: hue angle of 347.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC375A is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 90 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.14 |
| HSL | 347.27º | 0.7% | 0.54% | - |
| HSV(B) | 347.27º | 0.75% | 0.86% | - |
| XYZ | 32.73 | 18.69 | 11.55 | - |
| YUV | 108.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 90 | 0 | 0.75 | 0.59 | 0.14 | 347.27 | 0.7 | 0.54 |
| Hex | DC | 37 | 5A | 0 | 4B | 3B | E | 15B | 46 | 36 |
| Octal | 334 | 67 | 132 | 0 | 113 | 73 | 16 | 533 | 106 | 66 |
| Binary | 11011100 | 110111 | 1011010 | 0 | 1001011 | 111011 | 1110 | 101011011 | 1000110 | 110110 |
Color Harmonies of #DC375A
Complementary color
Monochromatic Colors of #DC375A
Black with #DC375A
Text Example
Text Example
White with #DC375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC375A; }
p { color: rgb(220,55,90); }
H1.HeaderClassName
{
color: #DC375A;
}
.AnyTagClassName
{
color: #DC375A;
}
</style>
background-color css
<style>
a { background-color: #DC375A; }
a { background-color: rgb(220,55,90); }
div.DivClassName
{
background-color: #DC375A;
}
.BgClassName
{
background-color: #DC375A;
}
</style>
border-color css
<style>
span { border-color: #DC375A; }
span { border-color: rgb(220,55,90); }
td.TdClassName
{
border-color: #DC375A;
}
.TagClassName
{
border-color: #DC375A;
}
</style>