Shades of Deep Cerise #DA2375
Tints of Deep Cerise #DA2375
RGB
CMYK
RGB Variations
Color information
#DA2375 (or 0xDA2375) is known color: Deep Cerise. HEX triplet: DA, 23 and 75. RGB value is (218,35,117). Sum of RGB (Red+Green+Blue) = 218+35+117=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2375 is #25DC8A. Grayscale: #626262. Windows color (decimal): -2481291 or 7676890. OLE color: 7676890.
HSL color Cylindrical-coordinate representation of color #DA2375: hue angle of 333.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2375 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 117 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.15 |
| HSL | 333.11º | 0.72% | 0.5% | - |
| HSV(B) | 333.11º | 0.84% | 0.85% | - |
| XYZ | 32.73 | 17.39 | 18.46 | - |
| YUV | 99.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 117 | 0 | 0.84 | 0.46 | 0.15 | 333.11 | 0.72 | 0.5 |
| Hex | DA | 23 | 75 | 0 | 54 | 2E | F | 14D | 48 | 32 |
| Octal | 332 | 43 | 165 | 0 | 124 | 56 | 17 | 515 | 110 | 62 |
| Binary | 11011010 | 100011 | 1110101 | 0 | 1010100 | 101110 | 1111 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DA2375
Complementary color
Monochromatic Colors of #DA2375
Black with #DA2375
Text Example
Text Example
White with #DA2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2375; }
p { color: rgb(218,35,117); }
H1.HeaderClassName
{
color: #DA2375;
}
.AnyTagClassName
{
color: #DA2375;
}
</style>
background-color css
<style>
a { background-color: #DA2375; }
a { background-color: rgb(218,35,117); }
div.DivClassName
{
background-color: #DA2375;
}
.BgClassName
{
background-color: #DA2375;
}
</style>
border-color css
<style>
span { border-color: #DA2375; }
span { border-color: rgb(218,35,117); }
td.TdClassName
{
border-color: #DA2375;
}
.TagClassName
{
border-color: #DA2375;
}
</style>