Shades of Deep Cerise #D1309C
Tints of Deep Cerise #D1309C
RGB
CMYK
RGB Variations
Color information
#D1309C (or 0xD1309C) is known color: Deep Cerise. HEX triplet: D1, 30 and 9C. RGB value is (209,48,156). Sum of RGB (Red+Green+Blue) = 209+48+156=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1309C is #2ECF63. Grayscale: #6C6C6C. Windows color (decimal): -3067748 or 10236113. OLE color: 10236113.
HSL color Cylindrical-coordinate representation of color #D1309C: hue angle of 319.75º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1309C is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 156 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.18 |
| HSL | 319.75º | 0.64% | 0.5% | - |
| HSV(B) | 319.75º | 0.77% | 0.82% | - |
| XYZ | 33.35 | 18.07 | 33.18 | - |
| YUV | 108.45 | 154.84 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 156 | 0 | 0.77 | 0.25 | 0.18 | 319.75 | 0.64 | 0.5 |
| Hex | D1 | 30 | 9C | 0 | 4D | 19 | 12 | 140 | 40 | 32 |
| Octal | 321 | 60 | 234 | 0 | 115 | 31 | 22 | 500 | 100 | 62 |
| Binary | 11010001 | 110000 | 10011100 | 0 | 1001101 | 11001 | 10010 | 101000000 | 1000000 | 110010 |
Color Harmonies of #D1309C
Complementary color
Monochromatic Colors of #D1309C
Black with #D1309C
Text Example
Text Example
White with #D1309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1309C; }
p { color: rgb(209,48,156); }
H1.HeaderClassName
{
color: #D1309C;
}
.AnyTagClassName
{
color: #D1309C;
}
</style>
background-color css
<style>
a { background-color: #D1309C; }
a { background-color: rgb(209,48,156); }
div.DivClassName
{
background-color: #D1309C;
}
.BgClassName
{
background-color: #D1309C;
}
</style>
border-color css
<style>
span { border-color: #D1309C; }
span { border-color: rgb(209,48,156); }
td.TdClassName
{
border-color: #D1309C;
}
.TagClassName
{
border-color: #D1309C;
}
</style>