Shades of Cerise #DA3B64
Tints of Cerise #DA3B64
RGB
CMYK
RGB Variations
Color information
#DA3B64 (or 0xDA3B64) is known color: Cerise. HEX triplet: DA, 3B and 64. RGB value is (218,59,100). Sum of RGB (Red+Green+Blue) = 218+59+100=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B64 is #25C49B. Grayscale: #6F6F6F. Windows color (decimal): -2475164 or 6568922. OLE color: 6568922.
HSL color Cylindrical-coordinate representation of color #DA3B64: hue angle of 344.53º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B64 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 100 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.15 |
| HSL | 344.53º | 0.68% | 0.54% | - |
| HSV(B) | 344.53º | 0.73% | 0.85% | - |
| XYZ | 32.78 | 18.95 | 13.99 | - |
| YUV | 111.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 100 | 0 | 0.73 | 0.54 | 0.15 | 344.53 | 0.68 | 0.54 |
| Hex | DA | 3B | 64 | 0 | 49 | 36 | F | 159 | 44 | 36 |
| Octal | 332 | 73 | 144 | 0 | 111 | 66 | 17 | 531 | 104 | 66 |
| Binary | 11011010 | 111011 | 1100100 | 0 | 1001001 | 110110 | 1111 | 101011001 | 1000100 | 110110 |
Color Harmonies of #DA3B64
Complementary color
Monochromatic Colors of #DA3B64
Black with #DA3B64
Text Example
Text Example
White with #DA3B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3B64; }
p { color: rgb(218,59,100); }
H1.HeaderClassName
{
color: #DA3B64;
}
.AnyTagClassName
{
color: #DA3B64;
}
</style>
background-color css
<style>
a { background-color: #DA3B64; }
a { background-color: rgb(218,59,100); }
div.DivClassName
{
background-color: #DA3B64;
}
.BgClassName
{
background-color: #DA3B64;
}
</style>
border-color css
<style>
span { border-color: #DA3B64; }
span { border-color: rgb(218,59,100); }
td.TdClassName
{
border-color: #DA3B64;
}
.TagClassName
{
border-color: #DA3B64;
}
</style>