Shades of Deep Cerise #D1288F
Tints of Deep Cerise #D1288F
RGB
CMYK
RGB Variations
Color information
#D1288F (or 0xD1288F) is known color: Deep Cerise. HEX triplet: D1, 28 and 8F. RGB value is (209,40,143). Sum of RGB (Red+Green+Blue) = 209+40+143=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1288F is #2ED770. Grayscale: #666666. Windows color (decimal): -3069809 or 9382097. OLE color: 9382097.
HSL color Cylindrical-coordinate representation of color #D1288F: hue angle of 323.43º 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 #D1288F is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 143 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.18 |
| HSL | 323.43º | 0.68% | 0.49% | - |
| HSV(B) | 323.43º | 0.81% | 0.82% | - |
| XYZ | 32.01 | 17.06 | 27.59 | - |
| YUV | 102.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 143 | 0 | 0.81 | 0.32 | 0.18 | 323.43 | 0.68 | 0.49 |
| Hex | D1 | 28 | 8F | 0 | 51 | 20 | 12 | 143 | 44 | 31 |
| Octal | 321 | 50 | 217 | 0 | 121 | 40 | 22 | 503 | 104 | 61 |
| Binary | 11010001 | 101000 | 10001111 | 0 | 1010001 | 100000 | 10010 | 101000011 | 1000100 | 110001 |
Color Harmonies of #D1288F
Complementary color
Monochromatic Colors of #D1288F
Black with #D1288F
Text Example
Text Example
White with #D1288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1288F; }
p { color: rgb(209,40,143); }
H1.HeaderClassName
{
color: #D1288F;
}
.AnyTagClassName
{
color: #D1288F;
}
</style>
background-color css
<style>
a { background-color: #D1288F; }
a { background-color: rgb(209,40,143); }
div.DivClassName
{
background-color: #D1288F;
}
.BgClassName
{
background-color: #D1288F;
}
</style>
border-color css
<style>
span { border-color: #D1288F; }
span { border-color: rgb(209,40,143); }
td.TdClassName
{
border-color: #D1288F;
}
.TagClassName
{
border-color: #D1288F;
}
</style>