Shades of Cerise #DA4162
Tints of Cerise #DA4162
RGB
CMYK
RGB Variations
Color information
#DA4162 (or 0xDA4162) is known color: Cerise. HEX triplet: DA, 41 and 62. RGB value is (218,65,98). Sum of RGB (Red+Green+Blue) = 218+65+98=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4162 is #25BE9D. Grayscale: #727272. Windows color (decimal): -2473630 or 6439386. OLE color: 6439386.
HSL color Cylindrical-coordinate representation of color #DA4162: hue angle of 347.06º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4162 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 98 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.15 |
| HSL | 347.06º | 0.67% | 0.55% | - |
| HSV(B) | 347.06º | 0.7% | 0.85% | - |
| XYZ | 33.01 | 19.57 | 13.59 | - |
| YUV | 114.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 98 | 0 | 0.70 | 0.55 | 0.15 | 347.06 | 0.67 | 0.55 |
| Hex | DA | 41 | 62 | 0 | 46 | 37 | F | 15B | 43 | 37 |
| Octal | 332 | 101 | 142 | 0 | 106 | 67 | 17 | 533 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1100010 | 0 | 1000110 | 110111 | 1111 | 101011011 | 1000011 | 110111 |
Color Harmonies of #DA4162
Complementary color
Monochromatic Colors of #DA4162
Black with #DA4162
Text Example
Text Example
White with #DA4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4162; }
p { color: rgb(218,65,98); }
H1.HeaderClassName
{
color: #DA4162;
}
.AnyTagClassName
{
color: #DA4162;
}
</style>
background-color css
<style>
a { background-color: #DA4162; }
a { background-color: rgb(218,65,98); }
div.DivClassName
{
background-color: #DA4162;
}
.BgClassName
{
background-color: #DA4162;
}
</style>
border-color css
<style>
span { border-color: #DA4162; }
span { border-color: rgb(218,65,98); }
td.TdClassName
{
border-color: #DA4162;
}
.TagClassName
{
border-color: #DA4162;
}
</style>