Shades of Deep Cerise #DA287B
Tints of Deep Cerise #DA287B
RGB
CMYK
RGB Variations
Color information
#DA287B (or 0xDA287B) is known color: Deep Cerise. HEX triplet: DA, 28 and 7B. RGB value is (218,40,123). Sum of RGB (Red+Green+Blue) = 218+40+123=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA287B is #25D784. Grayscale: #666666. Windows color (decimal): -2480005 or 8071386. OLE color: 8071386.
HSL color Cylindrical-coordinate representation of color #DA287B: hue angle of 332.02º 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 #DA287B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 123 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.15 |
| HSL | 332.02º | 0.71% | 0.51% | - |
| HSV(B) | 332.02º | 0.82% | 0.85% | - |
| XYZ | 33.25 | 17.85 | 20.43 | - |
| YUV | 102.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 123 | 0 | 0.82 | 0.44 | 0.15 | 332.02 | 0.71 | 0.51 |
| Hex | DA | 28 | 7B | 0 | 52 | 2C | F | 14C | 47 | 33 |
| Octal | 332 | 50 | 173 | 0 | 122 | 54 | 17 | 514 | 107 | 63 |
| Binary | 11011010 | 101000 | 1111011 | 0 | 1010010 | 101100 | 1111 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DA287B
Complementary color
Monochromatic Colors of #DA287B
Black with #DA287B
Text Example
Text Example
White with #DA287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA287B; }
p { color: rgb(218,40,123); }
H1.HeaderClassName
{
color: #DA287B;
}
.AnyTagClassName
{
color: #DA287B;
}
</style>
background-color css
<style>
a { background-color: #DA287B; }
a { background-color: rgb(218,40,123); }
div.DivClassName
{
background-color: #DA287B;
}
.BgClassName
{
background-color: #DA287B;
}
</style>
border-color css
<style>
span { border-color: #DA287B; }
span { border-color: rgb(218,40,123); }
td.TdClassName
{
border-color: #DA287B;
}
.TagClassName
{
border-color: #DA287B;
}
</style>