Shades of Cerise #DA3D60
Tints of Cerise #DA3D60
RGB
CMYK
RGB Variations
Color information
#DA3D60 (or 0xDA3D60) is known color: Cerise. HEX triplet: DA, 3D and 60. RGB value is (218,61,96). Sum of RGB (Red+Green+Blue) = 218+61+96=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D60 is #25C29F. Grayscale: #6F6F6F. Windows color (decimal): -2474656 or 6307290. OLE color: 6307290.
HSL color Cylindrical-coordinate representation of color #DA3D60: hue angle of 346.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3D60 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 96 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.15 |
| HSL | 346.62º | 0.68% | 0.55% | - |
| HSV(B) | 346.62º | 0.72% | 0.85% | - |
| XYZ | 32.69 | 19.09 | 13.03 | - |
| YUV | 111.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 96 | 0 | 0.72 | 0.56 | 0.15 | 346.62 | 0.68 | 0.55 |
| Hex | DA | 3D | 60 | 0 | 48 | 38 | F | 15B | 44 | 37 |
| Octal | 332 | 75 | 140 | 0 | 110 | 70 | 17 | 533 | 104 | 67 |
| Binary | 11011010 | 111101 | 1100000 | 0 | 1001000 | 111000 | 1111 | 101011011 | 1000100 | 110111 |
Color Harmonies of #DA3D60
Complementary color
Monochromatic Colors of #DA3D60
Black with #DA3D60
Text Example
Text Example
White with #DA3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3D60; }
p { color: rgb(218,61,96); }
H1.HeaderClassName
{
color: #DA3D60;
}
.AnyTagClassName
{
color: #DA3D60;
}
</style>
background-color css
<style>
a { background-color: #DA3D60; }
a { background-color: rgb(218,61,96); }
div.DivClassName
{
background-color: #DA3D60;
}
.BgClassName
{
background-color: #DA3D60;
}
</style>
border-color css
<style>
span { border-color: #DA3D60; }
span { border-color: rgb(218,61,96); }
td.TdClassName
{
border-color: #DA3D60;
}
.TagClassName
{
border-color: #DA3D60;
}
</style>