Shades of Deep Cerise #D1287E
Tints of Deep Cerise #D1287E
RGB
CMYK
RGB Variations
Color information
#D1287E (or 0xD1287E) is known color: Deep Cerise. HEX triplet: D1, 28 and 7E. RGB value is (209,40,126). Sum of RGB (Red+Green+Blue) = 209+40+126=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1287E is #2ED781. Grayscale: #646464. Windows color (decimal): -3069826 or 8267985. OLE color: 8267985.
HSL color Cylindrical-coordinate representation of color #D1287E: hue angle of 329.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1287E is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 126 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.18 |
| HSL | 329.47º | 0.68% | 0.49% | - |
| HSV(B) | 329.47º | 0.81% | 0.82% | - |
| XYZ | 30.82 | 16.58 | 21.31 | - |
| YUV | 100.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 126 | 0 | 0.81 | 0.40 | 0.18 | 329.47 | 0.68 | 0.49 |
| Hex | D1 | 28 | 7E | 0 | 51 | 28 | 12 | 149 | 44 | 31 |
| Octal | 321 | 50 | 176 | 0 | 121 | 50 | 22 | 511 | 104 | 61 |
| Binary | 11010001 | 101000 | 1111110 | 0 | 1010001 | 101000 | 10010 | 101001001 | 1000100 | 110001 |
Color Harmonies of #D1287E
Complementary color
Monochromatic Colors of #D1287E
Black with #D1287E
Text Example
Text Example
White with #D1287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1287E; }
p { color: rgb(209,40,126); }
H1.HeaderClassName
{
color: #D1287E;
}
.AnyTagClassName
{
color: #D1287E;
}
</style>
background-color css
<style>
a { background-color: #D1287E; }
a { background-color: rgb(209,40,126); }
div.DivClassName
{
background-color: #D1287E;
}
.BgClassName
{
background-color: #D1287E;
}
</style>
border-color css
<style>
span { border-color: #D1287E; }
span { border-color: rgb(209,40,126); }
td.TdClassName
{
border-color: #D1287E;
}
.TagClassName
{
border-color: #D1287E;
}
</style>