Shades of Cerise #DA375E
Tints of Cerise #DA375E
RGB
CMYK
RGB Variations
Color information
#DA375E (or 0xDA375E) is known color: Cerise. HEX triplet: DA, 37 and 5E. RGB value is (218,55,94). Sum of RGB (Red+Green+Blue) = 218+55+94=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA375E is #25C8A1. Grayscale: #6C6C6C. Windows color (decimal): -2476194 or 6174682. OLE color: 6174682.
HSL color Cylindrical-coordinate representation of color #DA375E: hue angle of 345.64º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA375E is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 94 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.15 |
| HSL | 345.64º | 0.69% | 0.54% | - |
| HSV(B) | 345.64º | 0.75% | 0.85% | - |
| XYZ | 32.3 | 18.45 | 12.45 | - |
| YUV | 108.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 94 | 0 | 0.75 | 0.57 | 0.15 | 345.64 | 0.69 | 0.54 |
| Hex | DA | 37 | 5E | 0 | 4B | 39 | F | 15A | 45 | 36 |
| Octal | 332 | 67 | 136 | 0 | 113 | 71 | 17 | 532 | 105 | 66 |
| Binary | 11011010 | 110111 | 1011110 | 0 | 1001011 | 111001 | 1111 | 101011010 | 1000101 | 110110 |
Color Harmonies of #DA375E
Complementary color
Monochromatic Colors of #DA375E
Black with #DA375E
Text Example
Text Example
White with #DA375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA375E; }
p { color: rgb(218,55,94); }
H1.HeaderClassName
{
color: #DA375E;
}
.AnyTagClassName
{
color: #DA375E;
}
</style>
background-color css
<style>
a { background-color: #DA375E; }
a { background-color: rgb(218,55,94); }
div.DivClassName
{
background-color: #DA375E;
}
.BgClassName
{
background-color: #DA375E;
}
</style>
border-color css
<style>
span { border-color: #DA375E; }
span { border-color: rgb(218,55,94); }
td.TdClassName
{
border-color: #DA375E;
}
.TagClassName
{
border-color: #DA375E;
}
</style>