Shades of Cerise #DA395C
Tints of Cerise #DA395C
RGB
CMYK
RGB Variations
Color information
#DA395C (or 0xDA395C) is known color: Cerise. HEX triplet: DA, 39 and 5C. RGB value is (218,57,92). Sum of RGB (Red+Green+Blue) = 218+57+92=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA395C is #25C6A3. Grayscale: #6D6D6D. Windows color (decimal): -2475684 or 6044122. OLE color: 6044122.
HSL color Cylindrical-coordinate representation of color #DA395C: hue angle of 346.96º 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 #DA395C is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 92 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.15 |
| HSL | 346.96º | 0.69% | 0.54% | - |
| HSV(B) | 346.96º | 0.74% | 0.85% | - |
| XYZ | 32.31 | 18.6 | 12.01 | - |
| YUV | 109.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 92 | 0 | 0.74 | 0.58 | 0.15 | 346.96 | 0.69 | 0.54 |
| Hex | DA | 39 | 5C | 0 | 4A | 3A | F | 15B | 45 | 36 |
| Octal | 332 | 71 | 134 | 0 | 112 | 72 | 17 | 533 | 105 | 66 |
| Binary | 11011010 | 111001 | 1011100 | 0 | 1001010 | 111010 | 1111 | 101011011 | 1000101 | 110110 |
Color Harmonies of #DA395C
Complementary color
Monochromatic Colors of #DA395C
Black with #DA395C
Text Example
Text Example
White with #DA395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA395C; }
p { color: rgb(218,57,92); }
H1.HeaderClassName
{
color: #DA395C;
}
.AnyTagClassName
{
color: #DA395C;
}
</style>
background-color css
<style>
a { background-color: #DA395C; }
a { background-color: rgb(218,57,92); }
div.DivClassName
{
background-color: #DA395C;
}
.BgClassName
{
background-color: #DA395C;
}
</style>
border-color css
<style>
span { border-color: #DA395C; }
span { border-color: rgb(218,57,92); }
td.TdClassName
{
border-color: #DA395C;
}
.TagClassName
{
border-color: #DA395C;
}
</style>