Shades of Cerise #DA405F
Tints of Cerise #DA405F
RGB
CMYK
RGB Variations
Color information
#DA405F (or 0xDA405F) is known color: Cerise. HEX triplet: DA, 40 and 5F. RGB value is (218,64,95). Sum of RGB (Red+Green+Blue) = 218+64+95=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA405F is #25BFA0. Grayscale: #717171. Windows color (decimal): -2473889 or 6242522. OLE color: 6242522.
HSL color Cylindrical-coordinate representation of color #DA405F: hue angle of 347.92º 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 #DA405F is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 95 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.15 |
| HSL | 347.92º | 0.68% | 0.55% | - |
| HSV(B) | 347.92º | 0.71% | 0.85% | - |
| XYZ | 32.81 | 19.4 | 12.84 | - |
| YUV | 113.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 95 | 0 | 0.71 | 0.56 | 0.15 | 347.92 | 0.68 | 0.55 |
| Hex | DA | 40 | 5F | 0 | 47 | 38 | F | 15C | 44 | 37 |
| Octal | 332 | 100 | 137 | 0 | 107 | 70 | 17 | 534 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1011111 | 0 | 1000111 | 111000 | 1111 | 101011100 | 1000100 | 110111 |
Color Harmonies of #DA405F
Complementary color
Monochromatic Colors of #DA405F
Black with #DA405F
Text Example
Text Example
White with #DA405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA405F; }
p { color: rgb(218,64,95); }
H1.HeaderClassName
{
color: #DA405F;
}
.AnyTagClassName
{
color: #DA405F;
}
</style>
background-color css
<style>
a { background-color: #DA405F; }
a { background-color: rgb(218,64,95); }
div.DivClassName
{
background-color: #DA405F;
}
.BgClassName
{
background-color: #DA405F;
}
</style>
border-color css
<style>
span { border-color: #DA405F; }
span { border-color: rgb(218,64,95); }
td.TdClassName
{
border-color: #DA405F;
}
.TagClassName
{
border-color: #DA405F;
}
</style>