Shades of Deep Cerise #D1288B
Tints of Deep Cerise #D1288B
RGB
CMYK
RGB Variations
Color information
#D1288B (or 0xD1288B) is known color: Deep Cerise. HEX triplet: D1, 28 and 8B. RGB value is (209,40,139). Sum of RGB (Red+Green+Blue) = 209+40+139=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1288B is #2ED774. Grayscale: #656565. Windows color (decimal): -3069813 or 9119953. OLE color: 9119953.
HSL color Cylindrical-coordinate representation of color #D1288B: hue angle of 324.85º 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 #D1288B is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 139 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.18 |
| HSL | 324.85º | 0.68% | 0.49% | - |
| HSV(B) | 324.85º | 0.81% | 0.82% | - |
| XYZ | 31.71 | 16.94 | 26.02 | - |
| YUV | 101.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 139 | 0 | 0.81 | 0.33 | 0.18 | 324.85 | 0.68 | 0.49 |
| Hex | D1 | 28 | 8B | 0 | 51 | 21 | 12 | 145 | 44 | 31 |
| Octal | 321 | 50 | 213 | 0 | 121 | 41 | 22 | 505 | 104 | 61 |
| Binary | 11010001 | 101000 | 10001011 | 0 | 1010001 | 100001 | 10010 | 101000101 | 1000100 | 110001 |
Color Harmonies of #D1288B
Complementary color
Monochromatic Colors of #D1288B
Black with #D1288B
Text Example
Text Example
White with #D1288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1288B; }
p { color: rgb(209,40,139); }
H1.HeaderClassName
{
color: #D1288B;
}
.AnyTagClassName
{
color: #D1288B;
}
</style>
background-color css
<style>
a { background-color: #D1288B; }
a { background-color: rgb(209,40,139); }
div.DivClassName
{
background-color: #D1288B;
}
.BgClassName
{
background-color: #D1288B;
}
</style>
border-color css
<style>
span { border-color: #D1288B; }
span { border-color: rgb(209,40,139); }
td.TdClassName
{
border-color: #D1288B;
}
.TagClassName
{
border-color: #D1288B;
}
</style>