Shades of Cerise #DA3163
Tints of Cerise #DA3163
RGB
CMYK
RGB Variations
Color information
#DA3163 (or 0xDA3163) is known color: Cerise. HEX triplet: DA, 31 and 63. RGB value is (218,49,99). Sum of RGB (Red+Green+Blue) = 218+49+99=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3163 is #25CE9C. Grayscale: #696969. Windows color (decimal): -2477725 or 6500826. OLE color: 6500826.
HSL color Cylindrical-coordinate representation of color #DA3163: hue angle of 342.25º 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 #DA3163 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 99 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.15 |
| HSL | 342.25º | 0.7% | 0.52% | - |
| HSV(B) | 342.25º | 0.78% | 0.85% | - |
| XYZ | 32.26 | 18 | 13.58 | - |
| YUV | 105.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 99 | 0 | 0.78 | 0.55 | 0.15 | 342.25 | 0.7 | 0.52 |
| Hex | DA | 31 | 63 | 0 | 4E | 37 | F | 156 | 46 | 34 |
| Octal | 332 | 61 | 143 | 0 | 116 | 67 | 17 | 526 | 106 | 64 |
| Binary | 11011010 | 110001 | 1100011 | 0 | 1001110 | 110111 | 1111 | 101010110 | 1000110 | 110100 |
Color Harmonies of #DA3163
Complementary color
Monochromatic Colors of #DA3163
Black with #DA3163
Text Example
Text Example
White with #DA3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3163; }
p { color: rgb(218,49,99); }
H1.HeaderClassName
{
color: #DA3163;
}
.AnyTagClassName
{
color: #DA3163;
}
</style>
background-color css
<style>
a { background-color: #DA3163; }
a { background-color: rgb(218,49,99); }
div.DivClassName
{
background-color: #DA3163;
}
.BgClassName
{
background-color: #DA3163;
}
</style>
border-color css
<style>
span { border-color: #DA3163; }
span { border-color: rgb(218,49,99); }
td.TdClassName
{
border-color: #DA3163;
}
.TagClassName
{
border-color: #DA3163;
}
</style>