Shades of Cerise #DA3E5A
Tints of Cerise #DA3E5A
RGB
CMYK
RGB Variations
Color information
#DA3E5A (or 0xDA3E5A) is known color: Cerise. HEX triplet: DA, 3E and 5A. RGB value is (218,62,90). Sum of RGB (Red+Green+Blue) = 218+62+90=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E5A is #25C1A5. Grayscale: #6F6F6F. Windows color (decimal): -2474406 or 5914330. OLE color: 5914330.
HSL color Cylindrical-coordinate representation of color #DA3E5A: hue angle of 349.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E5A is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 62 | 90 | - |
CMYK | 0 | 0.72 | 0.59 | 0.15 |
HSL | 349.23º | 0.68% | 0.55% | - |
HSV(B) | 349.23º | 0.72% | 0.85% | - |
XYZ | 32.48 | 19.09 | 11.65 | - |
YUV | 111.84 | 115.68 | 203.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 62 | 90 | 0 | 0.72 | 0.59 | 0.15 | 349.23 | 0.68 | 0.55 |
Hex | DA | 3E | 5A | 0 | 48 | 3B | F | 15D | 44 | 37 |
Octal | 332 | 76 | 132 | 0 | 110 | 73 | 17 | 535 | 104 | 67 |
Binary | 11011010 | 111110 | 1011010 | 0 | 1001000 | 111011 | 1111 | 101011101 | 1000100 | 110111 |
Color Harmonies of #DA3E5A
Complementary color
Monochromatic Colors of #DA3E5A
Black with #DA3E5A
Text Example
Text Example
White with #DA3E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E5A; }
p { color: rgb(218,62,90); }
H1.HeaderClassName
{
color: #DA3E5A;
}
.AnyTagClassName
{
color: #DA3E5A;
}
</style>
background-color css
<style>
a { background-color: #DA3E5A; }
a { background-color: rgb(218,62,90); }
div.DivClassName
{
background-color: #DA3E5A;
}
.BgClassName
{
background-color: #DA3E5A;
}
</style>
border-color css
<style>
span { border-color: #DA3E5A; }
span { border-color: rgb(218,62,90); }
td.TdClassName
{
border-color: #DA3E5A;
}
.TagClassName
{
border-color: #DA3E5A;
}
</style>