Shades of Deep Cerise #D1337C
Tints of Deep Cerise #D1337C
RGB
CMYK
RGB Variations
Color information
#D1337C (or 0xD1337C) is known color: Deep Cerise. HEX triplet: D1, 33 and 7C. RGB value is (209,51,124). Sum of RGB (Red+Green+Blue) = 209+51+124=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1337C is #2ECC83. Grayscale: #6A6A6A. Windows color (decimal): -3067012 or 8139729. OLE color: 8139729.
HSL color Cylindrical-coordinate representation of color #D1337C: hue angle of 332.28º 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 #D1337C is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 124 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.18 |
| HSL | 332.28º | 0.63% | 0.51% | - |
| HSV(B) | 332.28º | 0.76% | 0.82% | - |
| XYZ | 31.12 | 17.38 | 20.78 | - |
| YUV | 106.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 124 | 0 | 0.76 | 0.41 | 0.18 | 332.28 | 0.63 | 0.51 |
| Hex | D1 | 33 | 7C | 0 | 4C | 29 | 12 | 14C | 3F | 33 |
| Octal | 321 | 63 | 174 | 0 | 114 | 51 | 22 | 514 | 77 | 63 |
| Binary | 11010001 | 110011 | 1111100 | 0 | 1001100 | 101001 | 10010 | 101001100 | 111111 | 110011 |
Color Harmonies of #D1337C
Complementary color
Monochromatic Colors of #D1337C
Black with #D1337C
Text Example
Text Example
White with #D1337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1337C; }
p { color: rgb(209,51,124); }
H1.HeaderClassName
{
color: #D1337C;
}
.AnyTagClassName
{
color: #D1337C;
}
</style>
background-color css
<style>
a { background-color: #D1337C; }
a { background-color: rgb(209,51,124); }
div.DivClassName
{
background-color: #D1337C;
}
.BgClassName
{
background-color: #D1337C;
}
</style>
border-color css
<style>
span { border-color: #D1337C; }
span { border-color: rgb(209,51,124); }
td.TdClassName
{
border-color: #D1337C;
}
.TagClassName
{
border-color: #D1337C;
}
</style>