Shades of Cerise #DA3D70
Tints of Cerise #DA3D70
RGB
CMYK
RGB Variations
Color information
#DA3D70 (or 0xDA3D70) is known color: Cerise. HEX triplet: DA, 3D and 70. RGB value is (218,61,112). Sum of RGB (Red+Green+Blue) = 218+61+112=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D70 is #25C28F. Grayscale: #717171. Windows color (decimal): -2474640 or 7355866. OLE color: 7355866.
HSL color Cylindrical-coordinate representation of color #DA3D70: hue angle of 340.51º 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 #DA3D70 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 112 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.15 |
| HSL | 340.51º | 0.68% | 0.55% | - |
| HSV(B) | 340.51º | 0.72% | 0.85% | - |
| XYZ | 33.51 | 19.41 | 17.31 | - |
| YUV | 113.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 112 | 0 | 0.72 | 0.49 | 0.15 | 340.51 | 0.68 | 0.55 |
| Hex | DA | 3D | 70 | 0 | 48 | 31 | F | 155 | 44 | 37 |
| Octal | 332 | 75 | 160 | 0 | 110 | 61 | 17 | 525 | 104 | 67 |
| Binary | 11011010 | 111101 | 1110000 | 0 | 1001000 | 110001 | 1111 | 101010101 | 1000100 | 110111 |
Color Harmonies of #DA3D70
Complementary color
Monochromatic Colors of #DA3D70
Black with #DA3D70
Text Example
Text Example
White with #DA3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3D70; }
p { color: rgb(218,61,112); }
H1.HeaderClassName
{
color: #DA3D70;
}
.AnyTagClassName
{
color: #DA3D70;
}
</style>
background-color css
<style>
a { background-color: #DA3D70; }
a { background-color: rgb(218,61,112); }
div.DivClassName
{
background-color: #DA3D70;
}
.BgClassName
{
background-color: #DA3D70;
}
</style>
border-color css
<style>
span { border-color: #DA3D70; }
span { border-color: rgb(218,61,112); }
td.TdClassName
{
border-color: #DA3D70;
}
.TagClassName
{
border-color: #DA3D70;
}
</style>