Shades of Cerise #DA405D
Tints of Cerise #DA405D
RGB
CMYK
RGB Variations
Color information
#DA405D (or 0xDA405D) is known color: Cerise. HEX triplet: DA, 40 and 5D. RGB value is (218,64,93). Sum of RGB (Red+Green+Blue) = 218+64+93=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA405D is #25BFA2. Grayscale: #717171. Windows color (decimal): -2473891 or 6111450. OLE color: 6111450.
HSL color Cylindrical-coordinate representation of color #DA405D: hue angle of 348.7º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA405D is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 93 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.15 |
| HSL | 348.7º | 0.68% | 0.55% | - |
| HSV(B) | 348.7º | 0.71% | 0.85% | - |
| XYZ | 32.72 | 19.36 | 12.37 | - |
| YUV | 113.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 93 | 0 | 0.71 | 0.57 | 0.15 | 348.7 | 0.68 | 0.55 |
| Hex | DA | 40 | 5D | 0 | 47 | 39 | F | 15D | 44 | 37 |
| Octal | 332 | 100 | 135 | 0 | 107 | 71 | 17 | 535 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1011101 | 0 | 1000111 | 111001 | 1111 | 101011101 | 1000100 | 110111 |
Color Harmonies of #DA405D
Complementary color
Monochromatic Colors of #DA405D
Black with #DA405D
Text Example
Text Example
White with #DA405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA405D; }
p { color: rgb(218,64,93); }
H1.HeaderClassName
{
color: #DA405D;
}
.AnyTagClassName
{
color: #DA405D;
}
</style>
background-color css
<style>
a { background-color: #DA405D; }
a { background-color: rgb(218,64,93); }
div.DivClassName
{
background-color: #DA405D;
}
.BgClassName
{
background-color: #DA405D;
}
</style>
border-color css
<style>
span { border-color: #DA405D; }
span { border-color: rgb(218,64,93); }
td.TdClassName
{
border-color: #DA405D;
}
.TagClassName
{
border-color: #DA405D;
}
</style>