Shades of Deep Cerise #D1337D
Tints of Deep Cerise #D1337D
RGB
CMYK
RGB Variations
Color information
#D1337D (or 0xD1337D) is known color: Deep Cerise. HEX triplet: D1, 33 and 7D. RGB value is (209,51,125). Sum of RGB (Red+Green+Blue) = 209+51+125=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1337D is #2ECC82. Grayscale: #6A6A6A. Windows color (decimal): -3067011 or 8205265. OLE color: 8205265.
HSL color Cylindrical-coordinate representation of color #D1337D: hue angle of 331.9º 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 #D1337D is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 125 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.18 |
| HSL | 331.9º | 0.63% | 0.51% | - |
| HSV(B) | 331.9º | 0.76% | 0.82% | - |
| XYZ | 31.18 | 17.4 | 21.12 | - |
| YUV | 106.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 125 | 0 | 0.76 | 0.40 | 0.18 | 331.9 | 0.63 | 0.51 |
| Hex | D1 | 33 | 7D | 0 | 4C | 28 | 12 | 14C | 3F | 33 |
| Octal | 321 | 63 | 175 | 0 | 114 | 50 | 22 | 514 | 77 | 63 |
| Binary | 11010001 | 110011 | 1111101 | 0 | 1001100 | 101000 | 10010 | 101001100 | 111111 | 110011 |
Color Harmonies of #D1337D
Complementary color
Monochromatic Colors of #D1337D
Black with #D1337D
Text Example
Text Example
White with #D1337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1337D; }
p { color: rgb(209,51,125); }
H1.HeaderClassName
{
color: #D1337D;
}
.AnyTagClassName
{
color: #D1337D;
}
</style>
background-color css
<style>
a { background-color: #D1337D; }
a { background-color: rgb(209,51,125); }
div.DivClassName
{
background-color: #D1337D;
}
.BgClassName
{
background-color: #D1337D;
}
</style>
border-color css
<style>
span { border-color: #D1337D; }
span { border-color: rgb(209,51,125); }
td.TdClassName
{
border-color: #D1337D;
}
.TagClassName
{
border-color: #D1337D;
}
</style>