Shades of Cerise #DA3967
Tints of Cerise #DA3967
RGB
CMYK
RGB Variations
Color information
#DA3967 (or 0xDA3967) is known color: Cerise. HEX triplet: DA, 39 and 67. RGB value is (218,57,103). Sum of RGB (Red+Green+Blue) = 218+57+103=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3967 is #25C698. Grayscale: #6E6E6E. Windows color (decimal): -2475673 or 6765018. OLE color: 6765018.
HSL color Cylindrical-coordinate representation of color #DA3967: hue angle of 342.86º 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 #DA3967 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 103 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.15 |
| HSL | 342.86º | 0.69% | 0.54% | - |
| HSV(B) | 342.86º | 0.74% | 0.85% | - |
| XYZ | 32.82 | 18.81 | 14.73 | - |
| YUV | 110.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 103 | 0 | 0.74 | 0.53 | 0.15 | 342.86 | 0.69 | 0.54 |
| Hex | DA | 39 | 67 | 0 | 4A | 35 | F | 157 | 45 | 36 |
| Octal | 332 | 71 | 147 | 0 | 112 | 65 | 17 | 527 | 105 | 66 |
| Binary | 11011010 | 111001 | 1100111 | 0 | 1001010 | 110101 | 1111 | 101010111 | 1000101 | 110110 |
Color Harmonies of #DA3967
Complementary color
Monochromatic Colors of #DA3967
Black with #DA3967
Text Example
Text Example
White with #DA3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3967; }
p { color: rgb(218,57,103); }
H1.HeaderClassName
{
color: #DA3967;
}
.AnyTagClassName
{
color: #DA3967;
}
</style>
background-color css
<style>
a { background-color: #DA3967; }
a { background-color: rgb(218,57,103); }
div.DivClassName
{
background-color: #DA3967;
}
.BgClassName
{
background-color: #DA3967;
}
</style>
border-color css
<style>
span { border-color: #DA3967; }
span { border-color: rgb(218,57,103); }
td.TdClassName
{
border-color: #DA3967;
}
.TagClassName
{
border-color: #DA3967;
}
</style>