Shades of Cerise #DA4058
Tints of Cerise #DA4058
RGB
CMYK
RGB Variations
Color information
#DA4058 (or 0xDA4058) is known color: Cerise. HEX triplet: DA, 40 and 58. RGB value is (218,64,88). Sum of RGB (Red+Green+Blue) = 218+64+88=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4058 is #25BFA7. Grayscale: #707070. Windows color (decimal): -2473896 or 5783770. OLE color: 5783770.
HSL color Cylindrical-coordinate representation of color #DA4058: hue angle of 350.65º 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 #DA4058 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 88 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.15 |
| HSL | 350.65º | 0.68% | 0.55% | - |
| HSV(B) | 350.65º | 0.71% | 0.85% | - |
| XYZ | 32.51 | 19.28 | 11.24 | - |
| YUV | 112.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 88 | 0 | 0.71 | 0.60 | 0.15 | 350.65 | 0.68 | 0.55 |
| Hex | DA | 40 | 58 | 0 | 47 | 3C | F | 15F | 44 | 37 |
| Octal | 332 | 100 | 130 | 0 | 107 | 74 | 17 | 537 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1011000 | 0 | 1000111 | 111100 | 1111 | 101011111 | 1000100 | 110111 |
Color Harmonies of #DA4058
Complementary color
Monochromatic Colors of #DA4058
Black with #DA4058
Text Example
Text Example
White with #DA4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4058; }
p { color: rgb(218,64,88); }
H1.HeaderClassName
{
color: #DA4058;
}
.AnyTagClassName
{
color: #DA4058;
}
</style>
background-color css
<style>
a { background-color: #DA4058; }
a { background-color: rgb(218,64,88); }
div.DivClassName
{
background-color: #DA4058;
}
.BgClassName
{
background-color: #DA4058;
}
</style>
border-color css
<style>
span { border-color: #DA4058; }
span { border-color: rgb(218,64,88); }
td.TdClassName
{
border-color: #DA4058;
}
.TagClassName
{
border-color: #DA4058;
}
</style>