Shades of Cerise #DA375A
Tints of Cerise #DA375A
RGB
CMYK
RGB Variations
Color information
#DA375A (or 0xDA375A) is known color: Cerise. HEX triplet: DA, 37 and 5A. RGB value is (218,55,90). Sum of RGB (Red+Green+Blue) = 218+55+90=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA375A is #25C8A5. Grayscale: #6B6B6B. Windows color (decimal): -2476198 or 5912538. OLE color: 5912538.
HSL color Cylindrical-coordinate representation of color #DA375A: hue angle of 347.12º 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 #DA375A is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 90 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.15 |
| HSL | 347.12º | 0.69% | 0.54% | - |
| HSV(B) | 347.12º | 0.75% | 0.85% | - |
| XYZ | 32.13 | 18.38 | 11.53 | - |
| YUV | 107.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 90 | 0 | 0.75 | 0.59 | 0.15 | 347.12 | 0.69 | 0.54 |
| Hex | DA | 37 | 5A | 0 | 4B | 3B | F | 15B | 45 | 36 |
| Octal | 332 | 67 | 132 | 0 | 113 | 73 | 17 | 533 | 105 | 66 |
| Binary | 11011010 | 110111 | 1011010 | 0 | 1001011 | 111011 | 1111 | 101011011 | 1000101 | 110110 |
Color Harmonies of #DA375A
Complementary color
Monochromatic Colors of #DA375A
Black with #DA375A
Text Example
Text Example
White with #DA375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA375A; }
p { color: rgb(218,55,90); }
H1.HeaderClassName
{
color: #DA375A;
}
.AnyTagClassName
{
color: #DA375A;
}
</style>
background-color css
<style>
a { background-color: #DA375A; }
a { background-color: rgb(218,55,90); }
div.DivClassName
{
background-color: #DA375A;
}
.BgClassName
{
background-color: #DA375A;
}
</style>
border-color css
<style>
span { border-color: #DA375A; }
span { border-color: rgb(218,55,90); }
td.TdClassName
{
border-color: #DA375A;
}
.TagClassName
{
border-color: #DA375A;
}
</style>