Shades of Cerise #DA396A
Tints of Cerise #DA396A
RGB
CMYK
RGB Variations
Color information
#DA396A (or 0xDA396A) is known color: Cerise. HEX triplet: DA, 39 and 6A. RGB value is (218,57,106). Sum of RGB (Red+Green+Blue) = 218+57+106=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA396A is #25C695. Grayscale: #6E6E6E. Windows color (decimal): -2475670 or 6961626. OLE color: 6961626.
HSL color Cylindrical-coordinate representation of color #DA396A: hue angle of 341.74º 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 #DA396A is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 106 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.15 |
| HSL | 341.74º | 0.69% | 0.54% | - |
| HSV(B) | 341.74º | 0.74% | 0.85% | - |
| XYZ | 32.98 | 18.87 | 15.54 | - |
| YUV | 110.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 106 | 0 | 0.74 | 0.51 | 0.15 | 341.74 | 0.69 | 0.54 |
| Hex | DA | 39 | 6A | 0 | 4A | 33 | F | 156 | 45 | 36 |
| Octal | 332 | 71 | 152 | 0 | 112 | 63 | 17 | 526 | 105 | 66 |
| Binary | 11011010 | 111001 | 1101010 | 0 | 1001010 | 110011 | 1111 | 101010110 | 1000101 | 110110 |
Color Harmonies of #DA396A
Complementary color
Monochromatic Colors of #DA396A
Black with #DA396A
Text Example
Text Example
White with #DA396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA396A; }
p { color: rgb(218,57,106); }
H1.HeaderClassName
{
color: #DA396A;
}
.AnyTagClassName
{
color: #DA396A;
}
</style>
background-color css
<style>
a { background-color: #DA396A; }
a { background-color: rgb(218,57,106); }
div.DivClassName
{
background-color: #DA396A;
}
.BgClassName
{
background-color: #DA396A;
}
</style>
border-color css
<style>
span { border-color: #DA396A; }
span { border-color: rgb(218,57,106); }
td.TdClassName
{
border-color: #DA396A;
}
.TagClassName
{
border-color: #DA396A;
}
</style>