Shades of Cerise #DA3168
Tints of Cerise #DA3168
RGB
CMYK
RGB Variations
Color information
#DA3168 (or 0xDA3168) is known color: Cerise. HEX triplet: DA, 31 and 68. RGB value is (218,49,104). Sum of RGB (Red+Green+Blue) = 218+49+104=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3168 is #25CE97. Grayscale: #696969. Windows color (decimal): -2477720 or 6828506. OLE color: 6828506.
HSL color Cylindrical-coordinate representation of color #DA3168: hue angle of 340.47º 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 #DA3168 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 104 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.15 |
| HSL | 340.47º | 0.7% | 0.52% | - |
| HSV(B) | 340.47º | 0.78% | 0.85% | - |
| XYZ | 32.51 | 18.1 | 14.88 | - |
| YUV | 105.8 | 126.99 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 104 | 0 | 0.78 | 0.52 | 0.15 | 340.47 | 0.7 | 0.52 |
| Hex | DA | 31 | 68 | 0 | 4E | 34 | F | 154 | 46 | 34 |
| Octal | 332 | 61 | 150 | 0 | 116 | 64 | 17 | 524 | 106 | 64 |
| Binary | 11011010 | 110001 | 1101000 | 0 | 1001110 | 110100 | 1111 | 101010100 | 1000110 | 110100 |
Color Harmonies of #DA3168
Complementary color
Monochromatic Colors of #DA3168
Black with #DA3168
Text Example
Text Example
White with #DA3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3168; }
p { color: rgb(218,49,104); }
H1.HeaderClassName
{
color: #DA3168;
}
.AnyTagClassName
{
color: #DA3168;
}
</style>
background-color css
<style>
a { background-color: #DA3168; }
a { background-color: rgb(218,49,104); }
div.DivClassName
{
background-color: #DA3168;
}
.BgClassName
{
background-color: #DA3168;
}
</style>
border-color css
<style>
span { border-color: #DA3168; }
span { border-color: rgb(218,49,104); }
td.TdClassName
{
border-color: #DA3168;
}
.TagClassName
{
border-color: #DA3168;
}
</style>