Shades of Cerise #DA415B
Tints of Cerise #DA415B
RGB
CMYK
RGB Variations
Color information
#DA415B (or 0xDA415B) is known color: Cerise. HEX triplet: DA, 41 and 5B. RGB value is (218,65,91). Sum of RGB (Red+Green+Blue) = 218+65+91=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA415B is #25BEA4. Grayscale: #717171. Windows color (decimal): -2473637 or 5980634. OLE color: 5980634.
HSL color Cylindrical-coordinate representation of color #DA415B: hue angle of 349.8º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA415B is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 91 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.15 |
| HSL | 349.8º | 0.67% | 0.55% | - |
| HSV(B) | 349.8º | 0.7% | 0.85% | - |
| XYZ | 32.69 | 19.44 | 11.93 | - |
| YUV | 113.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 91 | 0 | 0.70 | 0.58 | 0.15 | 349.8 | 0.67 | 0.55 |
| Hex | DA | 41 | 5B | 0 | 46 | 3A | F | 15E | 43 | 37 |
| Octal | 332 | 101 | 133 | 0 | 106 | 72 | 17 | 536 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1011011 | 0 | 1000110 | 111010 | 1111 | 101011110 | 1000011 | 110111 |
Color Harmonies of #DA415B
Complementary color
Monochromatic Colors of #DA415B
Black with #DA415B
Text Example
Text Example
White with #DA415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA415B; }
p { color: rgb(218,65,91); }
H1.HeaderClassName
{
color: #DA415B;
}
.AnyTagClassName
{
color: #DA415B;
}
</style>
background-color css
<style>
a { background-color: #DA415B; }
a { background-color: rgb(218,65,91); }
div.DivClassName
{
background-color: #DA415B;
}
.BgClassName
{
background-color: #DA415B;
}
</style>
border-color css
<style>
span { border-color: #DA415B; }
span { border-color: rgb(218,65,91); }
td.TdClassName
{
border-color: #DA415B;
}
.TagClassName
{
border-color: #DA415B;
}
</style>