Shades of Cerise #DA385B
Tints of Cerise #DA385B
RGB
CMYK
RGB Variations
Color information
#DA385B (or 0xDA385B) is known color: Cerise. HEX triplet: DA, 38 and 5B. RGB value is (218,56,91). Sum of RGB (Red+Green+Blue) = 218+56+91=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA385B is #25C7A4. Grayscale: #6C6C6C. Windows color (decimal): -2475941 or 5978330. OLE color: 5978330.
HSL color Cylindrical-coordinate representation of color #DA385B: hue angle of 347.04º 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 #DA385B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 91 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.15 |
| HSL | 347.04º | 0.69% | 0.54% | - |
| HSV(B) | 347.04º | 0.74% | 0.85% | - |
| XYZ | 32.22 | 18.49 | 11.77 | - |
| YUV | 108.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 91 | 0 | 0.74 | 0.58 | 0.15 | 347.04 | 0.69 | 0.54 |
| Hex | DA | 38 | 5B | 0 | 4A | 3A | F | 15B | 45 | 36 |
| Octal | 332 | 70 | 133 | 0 | 112 | 72 | 17 | 533 | 105 | 66 |
| Binary | 11011010 | 111000 | 1011011 | 0 | 1001010 | 111010 | 1111 | 101011011 | 1000101 | 110110 |
Color Harmonies of #DA385B
Complementary color
Monochromatic Colors of #DA385B
Black with #DA385B
Text Example
Text Example
White with #DA385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA385B; }
p { color: rgb(218,56,91); }
H1.HeaderClassName
{
color: #DA385B;
}
.AnyTagClassName
{
color: #DA385B;
}
</style>
background-color css
<style>
a { background-color: #DA385B; }
a { background-color: rgb(218,56,91); }
div.DivClassName
{
background-color: #DA385B;
}
.BgClassName
{
background-color: #DA385B;
}
</style>
border-color css
<style>
span { border-color: #DA385B; }
span { border-color: rgb(218,56,91); }
td.TdClassName
{
border-color: #DA385B;
}
.TagClassName
{
border-color: #DA385B;
}
</style>