Shades of Deep Cerise #D13B8C
Tints of Deep Cerise #D13B8C
RGB
CMYK
RGB Variations
Color information
#D13B8C (or 0xD13B8C) is known color: Deep Cerise. HEX triplet: D1, 3B and 8C. RGB value is (209,59,140). Sum of RGB (Red+Green+Blue) = 209+59+140=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B8C is #2EC473. Grayscale: #707070. Windows color (decimal): -3064948 or 9190353. OLE color: 9190353.
HSL color Cylindrical-coordinate representation of color #D13B8C: hue angle of 327.6º 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 #D13B8C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 140 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.18 |
| HSL | 327.6º | 0.62% | 0.53% | - |
| HSV(B) | 327.6º | 0.72% | 0.82% | - |
| XYZ | 32.59 | 18.58 | 26.68 | - |
| YUV | 113.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 140 | 0 | 0.72 | 0.33 | 0.18 | 327.6 | 0.62 | 0.53 |
| Hex | D1 | 3B | 8C | 0 | 48 | 21 | 12 | 148 | 3E | 35 |
| Octal | 321 | 73 | 214 | 0 | 110 | 41 | 22 | 510 | 76 | 65 |
| Binary | 11010001 | 111011 | 10001100 | 0 | 1001000 | 100001 | 10010 | 101001000 | 111110 | 110101 |
Color Harmonies of #D13B8C
Complementary color
Monochromatic Colors of #D13B8C
Black with #D13B8C
Text Example
Text Example
White with #D13B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B8C; }
p { color: rgb(209,59,140); }
H1.HeaderClassName
{
color: #D13B8C;
}
.AnyTagClassName
{
color: #D13B8C;
}
</style>
background-color css
<style>
a { background-color: #D13B8C; }
a { background-color: rgb(209,59,140); }
div.DivClassName
{
background-color: #D13B8C;
}
.BgClassName
{
background-color: #D13B8C;
}
</style>
border-color css
<style>
span { border-color: #D13B8C; }
span { border-color: rgb(209,59,140); }
td.TdClassName
{
border-color: #D13B8C;
}
.TagClassName
{
border-color: #D13B8C;
}
</style>