Shades of Deep Cerise #D1337B
Tints of Deep Cerise #D1337B
RGB
CMYK
RGB Variations
Color information
#D1337B (or 0xD1337B) is known color: Deep Cerise. HEX triplet: D1, 33 and 7B. RGB value is (209,51,123). Sum of RGB (Red+Green+Blue) = 209+51+123=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1337B is #2ECC84. Grayscale: #6A6A6A. Windows color (decimal): -3067013 or 8074193. OLE color: 8074193.
HSL color Cylindrical-coordinate representation of color #D1337B: hue angle of 332.66º 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 #D1337B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 123 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.18 |
| HSL | 332.66º | 0.63% | 0.51% | - |
| HSV(B) | 332.66º | 0.76% | 0.82% | - |
| XYZ | 31.05 | 17.35 | 20.45 | - |
| YUV | 106.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 123 | 0 | 0.76 | 0.41 | 0.18 | 332.66 | 0.63 | 0.51 |
| Hex | D1 | 33 | 7B | 0 | 4C | 29 | 12 | 14D | 3F | 33 |
| Octal | 321 | 63 | 173 | 0 | 114 | 51 | 22 | 515 | 77 | 63 |
| Binary | 11010001 | 110011 | 1111011 | 0 | 1001100 | 101001 | 10010 | 101001101 | 111111 | 110011 |
Color Harmonies of #D1337B
Complementary color
Monochromatic Colors of #D1337B
Black with #D1337B
Text Example
Text Example
White with #D1337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1337B; }
p { color: rgb(209,51,123); }
H1.HeaderClassName
{
color: #D1337B;
}
.AnyTagClassName
{
color: #D1337B;
}
</style>
background-color css
<style>
a { background-color: #D1337B; }
a { background-color: rgb(209,51,123); }
div.DivClassName
{
background-color: #D1337B;
}
.BgClassName
{
background-color: #D1337B;
}
</style>
border-color css
<style>
span { border-color: #D1337B; }
span { border-color: rgb(209,51,123); }
td.TdClassName
{
border-color: #D1337B;
}
.TagClassName
{
border-color: #D1337B;
}
</style>