Shades of Cerise #DA386B
Tints of Cerise #DA386B
RGB
CMYK
RGB Variations
Color information
#DA386B (or 0xDA386B) is known color: Cerise. HEX triplet: DA, 38 and 6B. RGB value is (218,56,107). Sum of RGB (Red+Green+Blue) = 218+56+107=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA386B is #25C794. Grayscale: #6E6E6E. Windows color (decimal): -2475925 or 7026906. OLE color: 7026906.
HSL color Cylindrical-coordinate representation of color #DA386B: hue angle of 341.11º 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 #DA386B is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 107 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.15 |
| HSL | 341.11º | 0.69% | 0.54% | - |
| HSV(B) | 341.11º | 0.74% | 0.85% | - |
| XYZ | 32.98 | 18.8 | 15.8 | - |
| YUV | 110.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 107 | 0 | 0.74 | 0.51 | 0.15 | 341.11 | 0.69 | 0.54 |
| Hex | DA | 38 | 6B | 0 | 4A | 33 | F | 155 | 45 | 36 |
| Octal | 332 | 70 | 153 | 0 | 112 | 63 | 17 | 525 | 105 | 66 |
| Binary | 11011010 | 111000 | 1101011 | 0 | 1001010 | 110011 | 1111 | 101010101 | 1000101 | 110110 |
Color Harmonies of #DA386B
Complementary color
Monochromatic Colors of #DA386B
Black with #DA386B
Text Example
Text Example
White with #DA386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA386B; }
p { color: rgb(218,56,107); }
H1.HeaderClassName
{
color: #DA386B;
}
.AnyTagClassName
{
color: #DA386B;
}
</style>
background-color css
<style>
a { background-color: #DA386B; }
a { background-color: rgb(218,56,107); }
div.DivClassName
{
background-color: #DA386B;
}
.BgClassName
{
background-color: #DA386B;
}
</style>
border-color css
<style>
span { border-color: #DA386B; }
span { border-color: rgb(218,56,107); }
td.TdClassName
{
border-color: #DA386B;
}
.TagClassName
{
border-color: #DA386B;
}
</style>