Shades of Cerise #DA3861
Tints of Cerise #DA3861
RGB
CMYK
RGB Variations
Color information
#DA3861 (or 0xDA3861) is known color: Cerise. HEX triplet: DA, 38 and 61. RGB value is (218,56,97). Sum of RGB (Red+Green+Blue) = 218+56+97=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3861 is #25C79E. Grayscale: #6D6D6D. Windows color (decimal): -2475935 or 6371546. OLE color: 6371546.
HSL color Cylindrical-coordinate representation of color #DA3861: hue angle of 344.81º 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 #DA3861 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 97 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.15 |
| HSL | 344.81º | 0.69% | 0.54% | - |
| HSV(B) | 344.81º | 0.74% | 0.85% | - |
| XYZ | 32.49 | 18.6 | 13.19 | - |
| YUV | 109.11 | 121.17 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 97 | 0 | 0.74 | 0.56 | 0.15 | 344.81 | 0.69 | 0.54 |
| Hex | DA | 38 | 61 | 0 | 4A | 38 | F | 159 | 45 | 36 |
| Octal | 332 | 70 | 141 | 0 | 112 | 70 | 17 | 531 | 105 | 66 |
| Binary | 11011010 | 111000 | 1100001 | 0 | 1001010 | 111000 | 1111 | 101011001 | 1000101 | 110110 |
Color Harmonies of #DA3861
Complementary color
Monochromatic Colors of #DA3861
Black with #DA3861
Text Example
Text Example
White with #DA3861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3861; }
p { color: rgb(218,56,97); }
H1.HeaderClassName
{
color: #DA3861;
}
.AnyTagClassName
{
color: #DA3861;
}
</style>
background-color css
<style>
a { background-color: #DA3861; }
a { background-color: rgb(218,56,97); }
div.DivClassName
{
background-color: #DA3861;
}
.BgClassName
{
background-color: #DA3861;
}
</style>
border-color css
<style>
span { border-color: #DA3861; }
span { border-color: rgb(218,56,97); }
td.TdClassName
{
border-color: #DA3861;
}
.TagClassName
{
border-color: #DA3861;
}
</style>