Shades of Deep Cerise #D13F8C
Tints of Deep Cerise #D13F8C
RGB
CMYK
RGB Variations
Color information
#D13F8C (or 0xD13F8C) is known color: Deep Cerise. HEX triplet: D1, 3F and 8C. RGB value is (209,63,140). Sum of RGB (Red+Green+Blue) = 209+63+140=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F8C is #2EC073. Grayscale: #737373. Windows color (decimal): -3063924 or 9191377. OLE color: 9191377.
HSL color Cylindrical-coordinate representation of color #D13F8C: hue angle of 328.36º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F8C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 140 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.18 |
| HSL | 328.36º | 0.61% | 0.53% | - |
| HSV(B) | 328.36º | 0.7% | 0.82% | - |
| XYZ | 32.81 | 19 | 26.75 | - |
| YUV | 115.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 140 | 0 | 0.70 | 0.33 | 0.18 | 328.36 | 0.61 | 0.53 |
| Hex | D1 | 3F | 8C | 0 | 46 | 21 | 12 | 148 | 3D | 35 |
| Octal | 321 | 77 | 214 | 0 | 106 | 41 | 22 | 510 | 75 | 65 |
| Binary | 11010001 | 111111 | 10001100 | 0 | 1000110 | 100001 | 10010 | 101001000 | 111101 | 110101 |
Color Harmonies of #D13F8C
Complementary color
Monochromatic Colors of #D13F8C
Black with #D13F8C
Text Example
Text Example
White with #D13F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F8C; }
p { color: rgb(209,63,140); }
H1.HeaderClassName
{
color: #D13F8C;
}
.AnyTagClassName
{
color: #D13F8C;
}
</style>
background-color css
<style>
a { background-color: #D13F8C; }
a { background-color: rgb(209,63,140); }
div.DivClassName
{
background-color: #D13F8C;
}
.BgClassName
{
background-color: #D13F8C;
}
</style>
border-color css
<style>
span { border-color: #D13F8C; }
span { border-color: rgb(209,63,140); }
td.TdClassName
{
border-color: #D13F8C;
}
.TagClassName
{
border-color: #D13F8C;
}
</style>