Shades of Cerise #DA3165
Tints of Cerise #DA3165
RGB
CMYK
RGB Variations
Color information
#DA3165 (or 0xDA3165) is known color: Cerise. HEX triplet: DA, 31 and 65. RGB value is (218,49,101). Sum of RGB (Red+Green+Blue) = 218+49+101=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3165 is #25CE9A. Grayscale: #696969. Windows color (decimal): -2477723 or 6631898. OLE color: 6631898.
HSL color Cylindrical-coordinate representation of color #DA3165: hue angle of 341.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3165 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 101 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.15 |
| HSL | 341.54º | 0.7% | 0.52% | - |
| HSV(B) | 341.54º | 0.78% | 0.85% | - |
| XYZ | 32.36 | 18.04 | 14.09 | - |
| YUV | 105.46 | 125.49 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 101 | 0 | 0.78 | 0.54 | 0.15 | 341.54 | 0.7 | 0.52 |
| Hex | DA | 31 | 65 | 0 | 4E | 36 | F | 156 | 46 | 34 |
| Octal | 332 | 61 | 145 | 0 | 116 | 66 | 17 | 526 | 106 | 64 |
| Binary | 11011010 | 110001 | 1100101 | 0 | 1001110 | 110110 | 1111 | 101010110 | 1000110 | 110100 |
Color Harmonies of #DA3165
Complementary color
Monochromatic Colors of #DA3165
Black with #DA3165
Text Example
Text Example
White with #DA3165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3165; }
p { color: rgb(218,49,101); }
H1.HeaderClassName
{
color: #DA3165;
}
.AnyTagClassName
{
color: #DA3165;
}
</style>
background-color css
<style>
a { background-color: #DA3165; }
a { background-color: rgb(218,49,101); }
div.DivClassName
{
background-color: #DA3165;
}
.BgClassName
{
background-color: #DA3165;
}
</style>
border-color css
<style>
span { border-color: #DA3165; }
span { border-color: rgb(218,49,101); }
td.TdClassName
{
border-color: #DA3165;
}
.TagClassName
{
border-color: #DA3165;
}
</style>