Shades of Cerise #DA376A
Tints of Cerise #DA376A
RGB
CMYK
RGB Variations
Color information
#DA376A (or 0xDA376A) is known color: Cerise. HEX triplet: DA, 37 and 6A. RGB value is (218,55,106). Sum of RGB (Red+Green+Blue) = 218+55+106=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA376A is #25C895. Grayscale: #6D6D6D. Windows color (decimal): -2476182 or 6961114. OLE color: 6961114.
HSL color Cylindrical-coordinate representation of color #DA376A: hue angle of 341.23º 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 #DA376A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 106 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.15 |
| HSL | 341.23º | 0.69% | 0.54% | - |
| HSV(B) | 341.23º | 0.75% | 0.85% | - |
| XYZ | 32.88 | 18.68 | 15.51 | - |
| YUV | 109.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 106 | 0 | 0.75 | 0.51 | 0.15 | 341.23 | 0.69 | 0.54 |
| Hex | DA | 37 | 6A | 0 | 4B | 33 | F | 155 | 45 | 36 |
| Octal | 332 | 67 | 152 | 0 | 113 | 63 | 17 | 525 | 105 | 66 |
| Binary | 11011010 | 110111 | 1101010 | 0 | 1001011 | 110011 | 1111 | 101010101 | 1000101 | 110110 |
Color Harmonies of #DA376A
Complementary color
Monochromatic Colors of #DA376A
Black with #DA376A
Text Example
Text Example
White with #DA376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA376A; }
p { color: rgb(218,55,106); }
H1.HeaderClassName
{
color: #DA376A;
}
.AnyTagClassName
{
color: #DA376A;
}
</style>
background-color css
<style>
a { background-color: #DA376A; }
a { background-color: rgb(218,55,106); }
div.DivClassName
{
background-color: #DA376A;
}
.BgClassName
{
background-color: #DA376A;
}
</style>
border-color css
<style>
span { border-color: #DA376A; }
span { border-color: rgb(218,55,106); }
td.TdClassName
{
border-color: #DA376A;
}
.TagClassName
{
border-color: #DA376A;
}
</style>