Shades of Cerise #DA3E70
Tints of Cerise #DA3E70
RGB
CMYK
RGB Variations
Color information
#DA3E70 (or 0xDA3E70) is known color: Cerise. HEX triplet: DA, 3E and 70. RGB value is (218,62,112). Sum of RGB (Red+Green+Blue) = 218+62+112=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E70 is #25C18F. Grayscale: #727272. Windows color (decimal): -2474384 or 7356122. OLE color: 7356122.
HSL color Cylindrical-coordinate representation of color #DA3E70: hue angle of 340.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E70 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 112 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.15 |
| HSL | 340.77º | 0.68% | 0.55% | - |
| HSV(B) | 340.77º | 0.72% | 0.85% | - |
| XYZ | 33.56 | 19.52 | 17.33 | - |
| YUV | 114.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 112 | 0 | 0.72 | 0.49 | 0.15 | 340.77 | 0.68 | 0.55 |
| Hex | DA | 3E | 70 | 0 | 48 | 31 | F | 155 | 44 | 37 |
| Octal | 332 | 76 | 160 | 0 | 110 | 61 | 17 | 525 | 104 | 67 |
| Binary | 11011010 | 111110 | 1110000 | 0 | 1001000 | 110001 | 1111 | 101010101 | 1000100 | 110111 |
Color Harmonies of #DA3E70
Complementary color
Monochromatic Colors of #DA3E70
Black with #DA3E70
Text Example
Text Example
White with #DA3E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E70; }
p { color: rgb(218,62,112); }
H1.HeaderClassName
{
color: #DA3E70;
}
.AnyTagClassName
{
color: #DA3E70;
}
</style>
background-color css
<style>
a { background-color: #DA3E70; }
a { background-color: rgb(218,62,112); }
div.DivClassName
{
background-color: #DA3E70;
}
.BgClassName
{
background-color: #DA3E70;
}
</style>
border-color css
<style>
span { border-color: #DA3E70; }
span { border-color: rgb(218,62,112); }
td.TdClassName
{
border-color: #DA3E70;
}
.TagClassName
{
border-color: #DA3E70;
}
</style>