Shades of Deep Cerise #DA237D
Tints of Deep Cerise #DA237D
RGB
CMYK
RGB Variations
Color information
#DA237D (or 0xDA237D) is known color: Deep Cerise. HEX triplet: DA, 23 and 7D. RGB value is (218,35,125). Sum of RGB (Red+Green+Blue) = 218+35+125=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA237D is #25DC82. Grayscale: #636363. Windows color (decimal): -2481283 or 8201178. OLE color: 8201178.
HSL color Cylindrical-coordinate representation of color #DA237D: hue angle of 330.49º 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 #DA237D is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 125 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.15 |
| HSL | 330.49º | 0.72% | 0.5% | - |
| HSV(B) | 330.49º | 0.84% | 0.85% | - |
| XYZ | 33.22 | 17.59 | 21.05 | - |
| YUV | 99.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 125 | 0 | 0.84 | 0.43 | 0.15 | 330.49 | 0.72 | 0.5 |
| Hex | DA | 23 | 7D | 0 | 54 | 2B | F | 14A | 48 | 32 |
| Octal | 332 | 43 | 175 | 0 | 124 | 53 | 17 | 512 | 110 | 62 |
| Binary | 11011010 | 100011 | 1111101 | 0 | 1010100 | 101011 | 1111 | 101001010 | 1001000 | 110010 |
Color Harmonies of #DA237D
Complementary color
Monochromatic Colors of #DA237D
Black with #DA237D
Text Example
Text Example
White with #DA237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA237D; }
p { color: rgb(218,35,125); }
H1.HeaderClassName
{
color: #DA237D;
}
.AnyTagClassName
{
color: #DA237D;
}
</style>
background-color css
<style>
a { background-color: #DA237D; }
a { background-color: rgb(218,35,125); }
div.DivClassName
{
background-color: #DA237D;
}
.BgClassName
{
background-color: #DA237D;
}
</style>
border-color css
<style>
span { border-color: #DA237D; }
span { border-color: rgb(218,35,125); }
td.TdClassName
{
border-color: #DA237D;
}
.TagClassName
{
border-color: #DA237D;
}
</style>