Shades of Deep Cerise #D13B8F
Tints of Deep Cerise #D13B8F
RGB
CMYK
RGB Variations
Color information
#D13B8F (or 0xD13B8F) is known color: Deep Cerise. HEX triplet: D1, 3B and 8F. RGB value is (209,59,143). Sum of RGB (Red+Green+Blue) = 209+59+143=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B8F is #2EC470. Grayscale: #717171. Windows color (decimal): -3064945 or 9386961. OLE color: 9386961.
HSL color Cylindrical-coordinate representation of color #D13B8F: hue angle of 326.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B8F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 143 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.18 |
| HSL | 326.4º | 0.62% | 0.53% | - |
| HSV(B) | 326.4º | 0.72% | 0.82% | - |
| XYZ | 32.82 | 18.67 | 27.86 | - |
| YUV | 113.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 143 | 0 | 0.72 | 0.32 | 0.18 | 326.4 | 0.62 | 0.53 |
| Hex | D1 | 3B | 8F | 0 | 48 | 20 | 12 | 146 | 3E | 35 |
| Octal | 321 | 73 | 217 | 0 | 110 | 40 | 22 | 506 | 76 | 65 |
| Binary | 11010001 | 111011 | 10001111 | 0 | 1001000 | 100000 | 10010 | 101000110 | 111110 | 110101 |
Color Harmonies of #D13B8F
Complementary color
Monochromatic Colors of #D13B8F
Black with #D13B8F
Text Example
Text Example
White with #D13B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B8F; }
p { color: rgb(209,59,143); }
H1.HeaderClassName
{
color: #D13B8F;
}
.AnyTagClassName
{
color: #D13B8F;
}
</style>
background-color css
<style>
a { background-color: #D13B8F; }
a { background-color: rgb(209,59,143); }
div.DivClassName
{
background-color: #D13B8F;
}
.BgClassName
{
background-color: #D13B8F;
}
</style>
border-color css
<style>
span { border-color: #D13B8F; }
span { border-color: rgb(209,59,143); }
td.TdClassName
{
border-color: #D13B8F;
}
.TagClassName
{
border-color: #D13B8F;
}
</style>