Shades of Deep Cerise #DA287E
Tints of Deep Cerise #DA287E
RGB
CMYK
RGB Variations
Color information
#DA287E (or 0xDA287E) is known color: Deep Cerise. HEX triplet: DA, 28 and 7E. RGB value is (218,40,126). Sum of RGB (Red+Green+Blue) = 218+40+126=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA287E is #25D781. Grayscale: #666666. Windows color (decimal): -2480002 or 8267994. OLE color: 8267994.
HSL color Cylindrical-coordinate representation of color #DA287E: hue angle of 331.01º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA287E is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 126 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.15 |
| HSL | 331.01º | 0.71% | 0.51% | - |
| HSV(B) | 331.01º | 0.82% | 0.85% | - |
| XYZ | 33.44 | 17.93 | 21.44 | - |
| YUV | 103.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 126 | 0 | 0.82 | 0.42 | 0.15 | 331.01 | 0.71 | 0.51 |
| Hex | DA | 28 | 7E | 0 | 52 | 2A | F | 14B | 47 | 33 |
| Octal | 332 | 50 | 176 | 0 | 122 | 52 | 17 | 513 | 107 | 63 |
| Binary | 11011010 | 101000 | 1111110 | 0 | 1010010 | 101010 | 1111 | 101001011 | 1000111 | 110011 |
Color Harmonies of #DA287E
Complementary color
Monochromatic Colors of #DA287E
Black with #DA287E
Text Example
Text Example
White with #DA287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA287E; }
p { color: rgb(218,40,126); }
H1.HeaderClassName
{
color: #DA287E;
}
.AnyTagClassName
{
color: #DA287E;
}
</style>
background-color css
<style>
a { background-color: #DA287E; }
a { background-color: rgb(218,40,126); }
div.DivClassName
{
background-color: #DA287E;
}
.BgClassName
{
background-color: #DA287E;
}
</style>
border-color css
<style>
span { border-color: #DA287E; }
span { border-color: rgb(218,40,126); }
td.TdClassName
{
border-color: #DA287E;
}
.TagClassName
{
border-color: #DA287E;
}
</style>