Shades of Cerise #DA4360
Tints of Cerise #DA4360
RGB
CMYK
RGB Variations
Color information
#DA4360 (or 0xDA4360) is known color: Cerise. HEX triplet: DA, 43 and 60. RGB value is (218,67,96). Sum of RGB (Red+Green+Blue) = 218+67+96=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4360 is #25BC9F. Grayscale: #737373. Windows color (decimal): -2473120 or 6308826. OLE color: 6308826.
HSL color Cylindrical-coordinate representation of color #DA4360: hue angle of 348.48º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4360 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 96 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.15 |
| HSL | 348.48º | 0.67% | 0.56% | - |
| HSV(B) | 348.48º | 0.69% | 0.85% | - |
| XYZ | 33.03 | 19.76 | 13.14 | - |
| YUV | 115.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 96 | 0 | 0.69 | 0.56 | 0.15 | 348.48 | 0.67 | 0.56 |
| Hex | DA | 43 | 60 | 0 | 45 | 38 | F | 15C | 43 | 38 |
| Octal | 332 | 103 | 140 | 0 | 105 | 70 | 17 | 534 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1100000 | 0 | 1000101 | 111000 | 1111 | 101011100 | 1000011 | 111000 |
Color Harmonies of #DA4360
Complementary color
Monochromatic Colors of #DA4360
Black with #DA4360
Text Example
Text Example
White with #DA4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4360; }
p { color: rgb(218,67,96); }
H1.HeaderClassName
{
color: #DA4360;
}
.AnyTagClassName
{
color: #DA4360;
}
</style>
background-color css
<style>
a { background-color: #DA4360; }
a { background-color: rgb(218,67,96); }
div.DivClassName
{
background-color: #DA4360;
}
.BgClassName
{
background-color: #DA4360;
}
</style>
border-color css
<style>
span { border-color: #DA4360; }
span { border-color: rgb(218,67,96); }
td.TdClassName
{
border-color: #DA4360;
}
.TagClassName
{
border-color: #DA4360;
}
</style>