Shades of Cerise #DA395A
Tints of Cerise #DA395A
RGB
CMYK
RGB Variations
Color information
#DA395A (or 0xDA395A) is known color: Cerise. HEX triplet: DA, 39 and 5A. RGB value is (218,57,90). Sum of RGB (Red+Green+Blue) = 218+57+90=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA395A is #25C6A5. Grayscale: #6C6C6C. Windows color (decimal): -2475686 or 5913050. OLE color: 5913050.
HSL color Cylindrical-coordinate representation of color #DA395A: hue angle of 347.7º 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 #DA395A is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 90 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.15 |
| HSL | 347.7º | 0.69% | 0.54% | - |
| HSV(B) | 347.7º | 0.74% | 0.85% | - |
| XYZ | 32.22 | 18.57 | 11.56 | - |
| YUV | 108.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 90 | 0 | 0.74 | 0.59 | 0.15 | 347.7 | 0.69 | 0.54 |
| Hex | DA | 39 | 5A | 0 | 4A | 3B | F | 15C | 45 | 36 |
| Octal | 332 | 71 | 132 | 0 | 112 | 73 | 17 | 534 | 105 | 66 |
| Binary | 11011010 | 111001 | 1011010 | 0 | 1001010 | 111011 | 1111 | 101011100 | 1000101 | 110110 |
Color Harmonies of #DA395A
Complementary color
Monochromatic Colors of #DA395A
Black with #DA395A
Text Example
Text Example
White with #DA395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA395A; }
p { color: rgb(218,57,90); }
H1.HeaderClassName
{
color: #DA395A;
}
.AnyTagClassName
{
color: #DA395A;
}
</style>
background-color css
<style>
a { background-color: #DA395A; }
a { background-color: rgb(218,57,90); }
div.DivClassName
{
background-color: #DA395A;
}
.BgClassName
{
background-color: #DA395A;
}
</style>
border-color css
<style>
span { border-color: #DA395A; }
span { border-color: rgb(218,57,90); }
td.TdClassName
{
border-color: #DA395A;
}
.TagClassName
{
border-color: #DA395A;
}
</style>