Shades of Cerise #DA405C
Tints of Cerise #DA405C
RGB
CMYK
RGB Variations
Color information
#DA405C (or 0xDA405C) is known color: Cerise. HEX triplet: DA, 40 and 5C. RGB value is (218,64,92). Sum of RGB (Red+Green+Blue) = 218+64+92=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA405C is #25BFA3. Grayscale: #717171. Windows color (decimal): -2473892 or 6045914. OLE color: 6045914.
HSL color Cylindrical-coordinate representation of color #DA405C: hue angle of 349.09º 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 #DA405C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 92 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.15 |
| HSL | 349.09º | 0.68% | 0.55% | - |
| HSV(B) | 349.09º | 0.71% | 0.85% | - |
| XYZ | 32.68 | 19.34 | 12.14 | - |
| YUV | 113.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 92 | 0 | 0.71 | 0.58 | 0.15 | 349.09 | 0.68 | 0.55 |
| Hex | DA | 40 | 5C | 0 | 47 | 3A | F | 15D | 44 | 37 |
| Octal | 332 | 100 | 134 | 0 | 107 | 72 | 17 | 535 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1011100 | 0 | 1000111 | 111010 | 1111 | 101011101 | 1000100 | 110111 |
Color Harmonies of #DA405C
Complementary color
Monochromatic Colors of #DA405C
Black with #DA405C
Text Example
Text Example
White with #DA405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA405C; }
p { color: rgb(218,64,92); }
H1.HeaderClassName
{
color: #DA405C;
}
.AnyTagClassName
{
color: #DA405C;
}
</style>
background-color css
<style>
a { background-color: #DA405C; }
a { background-color: rgb(218,64,92); }
div.DivClassName
{
background-color: #DA405C;
}
.BgClassName
{
background-color: #DA405C;
}
</style>
border-color css
<style>
span { border-color: #DA405C; }
span { border-color: rgb(218,64,92); }
td.TdClassName
{
border-color: #DA405C;
}
.TagClassName
{
border-color: #DA405C;
}
</style>