Shades of Cerise #DA2F68
Tints of Cerise #DA2F68
RGB
CMYK
RGB Variations
Color information
#DA2F68 (or 0xDA2F68) is known color: Cerise. HEX triplet: DA, 2F and 68. RGB value is (218,47,104). Sum of RGB (Red+Green+Blue) = 218+47+104=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2F68 is #25D097. Grayscale: #686868. Windows color (decimal): -2478232 or 6827994. OLE color: 6827994.
HSL color Cylindrical-coordinate representation of color #DA2F68: hue angle of 340º 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 #DA2F68 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 104 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.15 |
| HSL | 340º | 0.7% | 0.52% | - |
| HSV(B) | 340º | 0.78% | 0.85% | - |
| XYZ | 32.43 | 17.94 | 14.85 | - |
| YUV | 104.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 104 | 0 | 0.78 | 0.52 | 0.15 | 340 | 0.7 | 0.52 |
| Hex | DA | 2F | 68 | 0 | 4E | 34 | F | 154 | 46 | 34 |
| Octal | 332 | 57 | 150 | 0 | 116 | 64 | 17 | 524 | 106 | 64 |
| Binary | 11011010 | 101111 | 1101000 | 0 | 1001110 | 110100 | 1111 | 101010100 | 1000110 | 110100 |
Color Harmonies of #DA2F68
Complementary color
Monochromatic Colors of #DA2F68
Black with #DA2F68
Text Example
Text Example
White with #DA2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F68; }
p { color: rgb(218,47,104); }
H1.HeaderClassName
{
color: #DA2F68;
}
.AnyTagClassName
{
color: #DA2F68;
}
</style>
background-color css
<style>
a { background-color: #DA2F68; }
a { background-color: rgb(218,47,104); }
div.DivClassName
{
background-color: #DA2F68;
}
.BgClassName
{
background-color: #DA2F68;
}
</style>
border-color css
<style>
span { border-color: #DA2F68; }
span { border-color: rgb(218,47,104); }
td.TdClassName
{
border-color: #DA2F68;
}
.TagClassName
{
border-color: #DA2F68;
}
</style>