Shades of Deep Cerise #D1258C
Tints of Deep Cerise #D1258C
RGB
CMYK
RGB Variations
Color information
#D1258C (or 0xD1258C) is known color: Deep Cerise. HEX triplet: D1, 25 and 8C. RGB value is (209,37,140). Sum of RGB (Red+Green+Blue) = 209+37+140=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1258C is #2EDA73. Grayscale: #636363. Windows color (decimal): -3070580 or 9184721. OLE color: 9184721.
HSL color Cylindrical-coordinate representation of color #D1258C: hue angle of 324.07º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1258C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 140 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.18 |
| HSL | 324.07º | 0.7% | 0.48% | - |
| HSV(B) | 324.07º | 0.82% | 0.82% | - |
| XYZ | 31.69 | 16.77 | 26.38 | - |
| YUV | 100.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 140 | 0 | 0.82 | 0.33 | 0.18 | 324.07 | 0.7 | 0.48 |
| Hex | D1 | 25 | 8C | 0 | 52 | 21 | 12 | 144 | 46 | 30 |
| Octal | 321 | 45 | 214 | 0 | 122 | 41 | 22 | 504 | 106 | 60 |
| Binary | 11010001 | 100101 | 10001100 | 0 | 1010010 | 100001 | 10010 | 101000100 | 1000110 | 110000 |
Color Harmonies of #D1258C
Complementary color
Monochromatic Colors of #D1258C
Black with #D1258C
Text Example
Text Example
White with #D1258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1258C; }
p { color: rgb(209,37,140); }
H1.HeaderClassName
{
color: #D1258C;
}
.AnyTagClassName
{
color: #D1258C;
}
</style>
background-color css
<style>
a { background-color: #D1258C; }
a { background-color: rgb(209,37,140); }
div.DivClassName
{
background-color: #D1258C;
}
.BgClassName
{
background-color: #D1258C;
}
</style>
border-color css
<style>
span { border-color: #D1258C; }
span { border-color: rgb(209,37,140); }
td.TdClassName
{
border-color: #D1258C;
}
.TagClassName
{
border-color: #D1258C;
}
</style>