Shades of Cerise #DA376F
Tints of Cerise #DA376F
RGB
CMYK
RGB Variations
Color information
#DA376F (or 0xDA376F) is known color: Cerise. HEX triplet: DA, 37 and 6F. RGB value is (218,55,111). Sum of RGB (Red+Green+Blue) = 218+55+111=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA376F is #25C890. Grayscale: #6E6E6E. Windows color (decimal): -2476177 or 7288794. OLE color: 7288794.
HSL color Cylindrical-coordinate representation of color #DA376F: hue angle of 339.39º 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 #DA376F is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 111 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.15 |
| HSL | 339.39º | 0.69% | 0.54% | - |
| HSV(B) | 339.39º | 0.75% | 0.85% | - |
| XYZ | 33.15 | 18.79 | 16.92 | - |
| YUV | 110.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 111 | 0 | 0.75 | 0.49 | 0.15 | 339.39 | 0.69 | 0.54 |
| Hex | DA | 37 | 6F | 0 | 4B | 31 | F | 153 | 45 | 36 |
| Octal | 332 | 67 | 157 | 0 | 113 | 61 | 17 | 523 | 105 | 66 |
| Binary | 11011010 | 110111 | 1101111 | 0 | 1001011 | 110001 | 1111 | 101010011 | 1000101 | 110110 |
Color Harmonies of #DA376F
Complementary color
Monochromatic Colors of #DA376F
Black with #DA376F
Text Example
Text Example
White with #DA376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA376F; }
p { color: rgb(218,55,111); }
H1.HeaderClassName
{
color: #DA376F;
}
.AnyTagClassName
{
color: #DA376F;
}
</style>
background-color css
<style>
a { background-color: #DA376F; }
a { background-color: rgb(218,55,111); }
div.DivClassName
{
background-color: #DA376F;
}
.BgClassName
{
background-color: #DA376F;
}
</style>
border-color css
<style>
span { border-color: #DA376F; }
span { border-color: rgb(218,55,111); }
td.TdClassName
{
border-color: #DA376F;
}
.TagClassName
{
border-color: #DA376F;
}
</style>