Shades of Deep Cerise #DA237A
Tints of Deep Cerise #DA237A
RGB
CMYK
RGB Variations
Color information
#DA237A (or 0xDA237A) is known color: Deep Cerise. HEX triplet: DA, 23 and 7A. RGB value is (218,35,122). Sum of RGB (Red+Green+Blue) = 218+35+122=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA237A is #25DC85. Grayscale: #636363. Windows color (decimal): -2481286 or 8004570. OLE color: 8004570.
HSL color Cylindrical-coordinate representation of color #DA237A: hue angle of 331.48º 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 #DA237A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 122 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.15 |
| HSL | 331.48º | 0.72% | 0.5% | - |
| HSV(B) | 331.48º | 0.84% | 0.85% | - |
| XYZ | 33.03 | 17.51 | 20.05 | - |
| YUV | 99.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 122 | 0 | 0.84 | 0.44 | 0.15 | 331.48 | 0.72 | 0.5 |
| Hex | DA | 23 | 7A | 0 | 54 | 2C | F | 14B | 48 | 32 |
| Octal | 332 | 43 | 172 | 0 | 124 | 54 | 17 | 513 | 110 | 62 |
| Binary | 11011010 | 100011 | 1111010 | 0 | 1010100 | 101100 | 1111 | 101001011 | 1001000 | 110010 |
Color Harmonies of #DA237A
Complementary color
Monochromatic Colors of #DA237A
Black with #DA237A
Text Example
Text Example
White with #DA237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA237A; }
p { color: rgb(218,35,122); }
H1.HeaderClassName
{
color: #DA237A;
}
.AnyTagClassName
{
color: #DA237A;
}
</style>
background-color css
<style>
a { background-color: #DA237A; }
a { background-color: rgb(218,35,122); }
div.DivClassName
{
background-color: #DA237A;
}
.BgClassName
{
background-color: #DA237A;
}
</style>
border-color css
<style>
span { border-color: #DA237A; }
span { border-color: rgb(218,35,122); }
td.TdClassName
{
border-color: #DA237A;
}
.TagClassName
{
border-color: #DA237A;
}
</style>