Shades of Cerise #DA385F
Tints of Cerise #DA385F
RGB
CMYK
RGB Variations
Color information
#DA385F (or 0xDA385F) is known color: Cerise. HEX triplet: DA, 38 and 5F. RGB value is (218,56,95). Sum of RGB (Red+Green+Blue) = 218+56+95=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA385F is #25C7A0. Grayscale: #6C6C6C. Windows color (decimal): -2475937 or 6240474. OLE color: 6240474.
HSL color Cylindrical-coordinate representation of color #DA385F: hue angle of 345.56º 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 #DA385F is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 95 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.15 |
| HSL | 345.56º | 0.69% | 0.54% | - |
| HSV(B) | 345.56º | 0.74% | 0.85% | - |
| XYZ | 32.39 | 18.56 | 12.7 | - |
| YUV | 108.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 95 | 0 | 0.74 | 0.56 | 0.15 | 345.56 | 0.69 | 0.54 |
| Hex | DA | 38 | 5F | 0 | 4A | 38 | F | 15A | 45 | 36 |
| Octal | 332 | 70 | 137 | 0 | 112 | 70 | 17 | 532 | 105 | 66 |
| Binary | 11011010 | 111000 | 1011111 | 0 | 1001010 | 111000 | 1111 | 101011010 | 1000101 | 110110 |
Color Harmonies of #DA385F
Complementary color
Monochromatic Colors of #DA385F
Black with #DA385F
Text Example
Text Example
White with #DA385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA385F; }
p { color: rgb(218,56,95); }
H1.HeaderClassName
{
color: #DA385F;
}
.AnyTagClassName
{
color: #DA385F;
}
</style>
background-color css
<style>
a { background-color: #DA385F; }
a { background-color: rgb(218,56,95); }
div.DivClassName
{
background-color: #DA385F;
}
.BgClassName
{
background-color: #DA385F;
}
</style>
border-color css
<style>
span { border-color: #DA385F; }
span { border-color: rgb(218,56,95); }
td.TdClassName
{
border-color: #DA385F;
}
.TagClassName
{
border-color: #DA385F;
}
</style>