Shades of Deep Cerise #D1339C
Tints of Deep Cerise #D1339C
RGB
CMYK
RGB Variations
Color information
#D1339C (or 0xD1339C) is known color: Deep Cerise. HEX triplet: D1, 33 and 9C. RGB value is (209,51,156). Sum of RGB (Red+Green+Blue) = 209+51+156=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1339C is #2ECC63. Grayscale: #6D6D6D. Windows color (decimal): -3066980 or 10236881. OLE color: 10236881.
HSL color Cylindrical-coordinate representation of color #D1339C: hue angle of 320.13º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1339C is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 156 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.18 |
| HSL | 320.13º | 0.63% | 0.51% | - |
| HSV(B) | 320.13º | 0.76% | 0.82% | - |
| XYZ | 33.48 | 18.32 | 33.22 | - |
| YUV | 110.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 156 | 0 | 0.76 | 0.25 | 0.18 | 320.13 | 0.63 | 0.51 |
| Hex | D1 | 33 | 9C | 0 | 4C | 19 | 12 | 140 | 3F | 33 |
| Octal | 321 | 63 | 234 | 0 | 114 | 31 | 22 | 500 | 77 | 63 |
| Binary | 11010001 | 110011 | 10011100 | 0 | 1001100 | 11001 | 10010 | 101000000 | 111111 | 110011 |
Color Harmonies of #D1339C
Complementary color
Monochromatic Colors of #D1339C
Black with #D1339C
Text Example
Text Example
White with #D1339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1339C; }
p { color: rgb(209,51,156); }
H1.HeaderClassName
{
color: #D1339C;
}
.AnyTagClassName
{
color: #D1339C;
}
</style>
background-color css
<style>
a { background-color: #D1339C; }
a { background-color: rgb(209,51,156); }
div.DivClassName
{
background-color: #D1339C;
}
.BgClassName
{
background-color: #D1339C;
}
</style>
border-color css
<style>
span { border-color: #D1339C; }
span { border-color: rgb(209,51,156); }
td.TdClassName
{
border-color: #D1339C;
}
.TagClassName
{
border-color: #D1339C;
}
</style>