Shades of Cerise #DA3866
Tints of Cerise #DA3866
RGB
CMYK
RGB Variations
Color information
#DA3866 (or 0xDA3866) is known color: Cerise. HEX triplet: DA, 38 and 66. RGB value is (218,56,102). Sum of RGB (Red+Green+Blue) = 218+56+102=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3866 is #25C799. Grayscale: #6D6D6D. Windows color (decimal): -2475930 or 6699226. OLE color: 6699226.
HSL color Cylindrical-coordinate representation of color #DA3866: hue angle of 342.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3866 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 102 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.15 |
| HSL | 342.96º | 0.69% | 0.54% | - |
| HSV(B) | 342.96º | 0.74% | 0.85% | - |
| XYZ | 32.73 | 18.69 | 14.45 | - |
| YUV | 109.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 102 | 0 | 0.74 | 0.53 | 0.15 | 342.96 | 0.69 | 0.54 |
| Hex | DA | 38 | 66 | 0 | 4A | 35 | F | 157 | 45 | 36 |
| Octal | 332 | 70 | 146 | 0 | 112 | 65 | 17 | 527 | 105 | 66 |
| Binary | 11011010 | 111000 | 1100110 | 0 | 1001010 | 110101 | 1111 | 101010111 | 1000101 | 110110 |
Color Harmonies of #DA3866
Complementary color
Monochromatic Colors of #DA3866
Black with #DA3866
Text Example
Text Example
White with #DA3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3866; }
p { color: rgb(218,56,102); }
H1.HeaderClassName
{
color: #DA3866;
}
.AnyTagClassName
{
color: #DA3866;
}
</style>
background-color css
<style>
a { background-color: #DA3866; }
a { background-color: rgb(218,56,102); }
div.DivClassName
{
background-color: #DA3866;
}
.BgClassName
{
background-color: #DA3866;
}
</style>
border-color css
<style>
span { border-color: #DA3866; }
span { border-color: rgb(218,56,102); }
td.TdClassName
{
border-color: #DA3866;
}
.TagClassName
{
border-color: #DA3866;
}
</style>