Shades of Deep Cerise #D1337E
Tints of Deep Cerise #D1337E
RGB
CMYK
RGB Variations
Color information
#D1337E (or 0xD1337E) is known color: Deep Cerise. HEX triplet: D1, 33 and 7E. RGB value is (209,51,126). Sum of RGB (Red+Green+Blue) = 209+51+126=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1337E is #2ECC81. Grayscale: #6A6A6A. Windows color (decimal): -3067010 or 8270801. OLE color: 8270801.
HSL color Cylindrical-coordinate representation of color #D1337E: hue angle of 331.52º 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 #D1337E is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 126 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.18 |
| HSL | 331.52º | 0.63% | 0.51% | - |
| HSV(B) | 331.52º | 0.76% | 0.82% | - |
| XYZ | 31.24 | 17.43 | 21.46 | - |
| YUV | 106.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 126 | 0 | 0.76 | 0.40 | 0.18 | 331.52 | 0.63 | 0.51 |
| Hex | D1 | 33 | 7E | 0 | 4C | 28 | 12 | 14C | 3F | 33 |
| Octal | 321 | 63 | 176 | 0 | 114 | 50 | 22 | 514 | 77 | 63 |
| Binary | 11010001 | 110011 | 1111110 | 0 | 1001100 | 101000 | 10010 | 101001100 | 111111 | 110011 |
Color Harmonies of #D1337E
Complementary color
Monochromatic Colors of #D1337E
Black with #D1337E
Text Example
Text Example
White with #D1337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1337E; }
p { color: rgb(209,51,126); }
H1.HeaderClassName
{
color: #D1337E;
}
.AnyTagClassName
{
color: #D1337E;
}
</style>
background-color css
<style>
a { background-color: #D1337E; }
a { background-color: rgb(209,51,126); }
div.DivClassName
{
background-color: #D1337E;
}
.BgClassName
{
background-color: #D1337E;
}
</style>
border-color css
<style>
span { border-color: #D1337E; }
span { border-color: rgb(209,51,126); }
td.TdClassName
{
border-color: #D1337E;
}
.TagClassName
{
border-color: #D1337E;
}
</style>