Shades of Cerise #DA425B
Tints of Cerise #DA425B
RGB
CMYK
RGB Variations
Color information
#DA425B (or 0xDA425B) is known color: Cerise. HEX triplet: DA, 42 and 5B. RGB value is (218,66,91). Sum of RGB (Red+Green+Blue) = 218+66+91=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA425B is #25BDA4. Grayscale: #727272. Windows color (decimal): -2473381 or 5980890. OLE color: 5980890.
HSL color Cylindrical-coordinate representation of color #DA425B: hue angle of 350.13º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA425B is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 91 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.15 |
| HSL | 350.13º | 0.67% | 0.56% | - |
| HSV(B) | 350.13º | 0.7% | 0.85% | - |
| XYZ | 32.75 | 19.56 | 11.95 | - |
| YUV | 114.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 91 | 0 | 0.70 | 0.58 | 0.15 | 350.13 | 0.67 | 0.56 |
| Hex | DA | 42 | 5B | 0 | 46 | 3A | F | 15E | 43 | 38 |
| Octal | 332 | 102 | 133 | 0 | 106 | 72 | 17 | 536 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1011011 | 0 | 1000110 | 111010 | 1111 | 101011110 | 1000011 | 111000 |
Color Harmonies of #DA425B
Complementary color
Monochromatic Colors of #DA425B
Black with #DA425B
Text Example
Text Example
White with #DA425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA425B; }
p { color: rgb(218,66,91); }
H1.HeaderClassName
{
color: #DA425B;
}
.AnyTagClassName
{
color: #DA425B;
}
</style>
background-color css
<style>
a { background-color: #DA425B; }
a { background-color: rgb(218,66,91); }
div.DivClassName
{
background-color: #DA425B;
}
.BgClassName
{
background-color: #DA425B;
}
</style>
border-color css
<style>
span { border-color: #DA425B; }
span { border-color: rgb(218,66,91); }
td.TdClassName
{
border-color: #DA425B;
}
.TagClassName
{
border-color: #DA425B;
}
</style>