Shades of Cerise #DA385A
Tints of Cerise #DA385A
RGB
CMYK
RGB Variations
Color information
#DA385A (or 0xDA385A) is known color: Cerise. HEX triplet: DA, 38 and 5A. RGB value is (218,56,90). Sum of RGB (Red+Green+Blue) = 218+56+90=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA385A is #25C7A5. Grayscale: #6C6C6C. Windows color (decimal): -2475942 or 5912794. OLE color: 5912794.
HSL color Cylindrical-coordinate representation of color #DA385A: hue angle of 347.41º 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 #DA385A is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 90 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.15 |
| HSL | 347.41º | 0.69% | 0.54% | - |
| HSV(B) | 347.41º | 0.74% | 0.85% | - |
| XYZ | 32.17 | 18.47 | 11.54 | - |
| YUV | 108.31 | 117.67 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 90 | 0 | 0.74 | 0.59 | 0.15 | 347.41 | 0.69 | 0.54 |
| Hex | DA | 38 | 5A | 0 | 4A | 3B | F | 15B | 45 | 36 |
| Octal | 332 | 70 | 132 | 0 | 112 | 73 | 17 | 533 | 105 | 66 |
| Binary | 11011010 | 111000 | 1011010 | 0 | 1001010 | 111011 | 1111 | 101011011 | 1000101 | 110110 |
Color Harmonies of #DA385A
Complementary color
Monochromatic Colors of #DA385A
Black with #DA385A
Text Example
Text Example
White with #DA385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA385A; }
p { color: rgb(218,56,90); }
H1.HeaderClassName
{
color: #DA385A;
}
.AnyTagClassName
{
color: #DA385A;
}
</style>
background-color css
<style>
a { background-color: #DA385A; }
a { background-color: rgb(218,56,90); }
div.DivClassName
{
background-color: #DA385A;
}
.BgClassName
{
background-color: #DA385A;
}
</style>
border-color css
<style>
span { border-color: #DA385A; }
span { border-color: rgb(218,56,90); }
td.TdClassName
{
border-color: #DA385A;
}
.TagClassName
{
border-color: #DA385A;
}
</style>