Shades of Cerise #DA3360
Tints of Cerise #DA3360
RGB
CMYK
RGB Variations
Color information
#DA3360 (or 0xDA3360) is known color: Cerise. HEX triplet: DA, 33 and 60. RGB value is (218,51,96). Sum of RGB (Red+Green+Blue) = 218+51+96=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3360 is #25CC9F. Grayscale: #6A6A6A. Windows color (decimal): -2477216 or 6304730. OLE color: 6304730.
HSL color Cylindrical-coordinate representation of color #DA3360: hue angle of 343.83º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3360 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 96 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.15 |
| HSL | 343.83º | 0.69% | 0.53% | - |
| HSV(B) | 343.83º | 0.77% | 0.85% | - |
| XYZ | 32.21 | 18.12 | 12.87 | - |
| YUV | 106.06 | 122.33 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 96 | 0 | 0.77 | 0.56 | 0.15 | 343.83 | 0.69 | 0.53 |
| Hex | DA | 33 | 60 | 0 | 4D | 38 | F | 158 | 45 | 35 |
| Octal | 332 | 63 | 140 | 0 | 115 | 70 | 17 | 530 | 105 | 65 |
| Binary | 11011010 | 110011 | 1100000 | 0 | 1001101 | 111000 | 1111 | 101011000 | 1000101 | 110101 |
Color Harmonies of #DA3360
Complementary color
Monochromatic Colors of #DA3360
Black with #DA3360
Text Example
Text Example
White with #DA3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3360; }
p { color: rgb(218,51,96); }
H1.HeaderClassName
{
color: #DA3360;
}
.AnyTagClassName
{
color: #DA3360;
}
</style>
background-color css
<style>
a { background-color: #DA3360; }
a { background-color: rgb(218,51,96); }
div.DivClassName
{
background-color: #DA3360;
}
.BgClassName
{
background-color: #DA3360;
}
</style>
border-color css
<style>
span { border-color: #DA3360; }
span { border-color: rgb(218,51,96); }
td.TdClassName
{
border-color: #DA3360;
}
.TagClassName
{
border-color: #DA3360;
}
</style>