Shades of Cerise #DA3962
Tints of Cerise #DA3962
RGB
CMYK
RGB Variations
Color information
#DA3962 (or 0xDA3962) is known color: Cerise. HEX triplet: DA, 39 and 62. RGB value is (218,57,98). Sum of RGB (Red+Green+Blue) = 218+57+98=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3962 is #25C69D. Grayscale: #6D6D6D. Windows color (decimal): -2475678 or 6437338. OLE color: 6437338.
HSL color Cylindrical-coordinate representation of color #DA3962: hue angle of 344.72º 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 #DA3962 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 98 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.15 |
| HSL | 344.72º | 0.69% | 0.54% | - |
| HSV(B) | 344.72º | 0.74% | 0.85% | - |
| XYZ | 32.58 | 18.71 | 13.45 | - |
| YUV | 109.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 98 | 0 | 0.74 | 0.55 | 0.15 | 344.72 | 0.69 | 0.54 |
| Hex | DA | 39 | 62 | 0 | 4A | 37 | F | 159 | 45 | 36 |
| Octal | 332 | 71 | 142 | 0 | 112 | 67 | 17 | 531 | 105 | 66 |
| Binary | 11011010 | 111001 | 1100010 | 0 | 1001010 | 110111 | 1111 | 101011001 | 1000101 | 110110 |
Color Harmonies of #DA3962
Complementary color
Monochromatic Colors of #DA3962
Black with #DA3962
Text Example
Text Example
White with #DA3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3962; }
p { color: rgb(218,57,98); }
H1.HeaderClassName
{
color: #DA3962;
}
.AnyTagClassName
{
color: #DA3962;
}
</style>
background-color css
<style>
a { background-color: #DA3962; }
a { background-color: rgb(218,57,98); }
div.DivClassName
{
background-color: #DA3962;
}
.BgClassName
{
background-color: #DA3962;
}
</style>
border-color css
<style>
span { border-color: #DA3962; }
span { border-color: rgb(218,57,98); }
td.TdClassName
{
border-color: #DA3962;
}
.TagClassName
{
border-color: #DA3962;
}
</style>