Shades of Cerise #DA3862
Tints of Cerise #DA3862
RGB
CMYK
RGB Variations
Color information
#DA3862 (or 0xDA3862) is known color: Cerise. HEX triplet: DA, 38 and 62. RGB value is (218,56,98). Sum of RGB (Red+Green+Blue) = 218+56+98=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3862 is #25C79D. Grayscale: #6D6D6D. Windows color (decimal): -2475934 or 6437082. OLE color: 6437082.
HSL color Cylindrical-coordinate representation of color #DA3862: hue angle of 344.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3862 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 98 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.15 |
| HSL | 344.44º | 0.69% | 0.54% | - |
| HSV(B) | 344.44º | 0.74% | 0.85% | - |
| XYZ | 32.53 | 18.62 | 13.43 | - |
| YUV | 109.23 | 121.67 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 98 | 0 | 0.74 | 0.55 | 0.15 | 344.44 | 0.69 | 0.54 |
| Hex | DA | 38 | 62 | 0 | 4A | 37 | F | 158 | 45 | 36 |
| Octal | 332 | 70 | 142 | 0 | 112 | 67 | 17 | 530 | 105 | 66 |
| Binary | 11011010 | 111000 | 1100010 | 0 | 1001010 | 110111 | 1111 | 101011000 | 1000101 | 110110 |
Color Harmonies of #DA3862
Complementary color
Monochromatic Colors of #DA3862
Black with #DA3862
Text Example
Text Example
White with #DA3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3862; }
p { color: rgb(218,56,98); }
H1.HeaderClassName
{
color: #DA3862;
}
.AnyTagClassName
{
color: #DA3862;
}
</style>
background-color css
<style>
a { background-color: #DA3862; }
a { background-color: rgb(218,56,98); }
div.DivClassName
{
background-color: #DA3862;
}
.BgClassName
{
background-color: #DA3862;
}
</style>
border-color css
<style>
span { border-color: #DA3862; }
span { border-color: rgb(218,56,98); }
td.TdClassName
{
border-color: #DA3862;
}
.TagClassName
{
border-color: #DA3862;
}
</style>