Shades of Deep Cerise #D1337A
Tints of Deep Cerise #D1337A
RGB
CMYK
RGB Variations
Color information
#D1337A (or 0xD1337A) is known color: Deep Cerise. HEX triplet: D1, 33 and 7A. RGB value is (209,51,122). Sum of RGB (Red+Green+Blue) = 209+51+122=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1337A is #2ECC85. Grayscale: #6A6A6A. Windows color (decimal): -3067014 or 8008657. OLE color: 8008657.
HSL color Cylindrical-coordinate representation of color #D1337A: hue angle of 333.04º 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 #D1337A is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 122 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.18 |
| HSL | 333.04º | 0.63% | 0.51% | - |
| HSV(B) | 333.04º | 0.76% | 0.82% | - |
| XYZ | 30.99 | 17.33 | 20.12 | - |
| YUV | 106.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 122 | 0 | 0.76 | 0.42 | 0.18 | 333.04 | 0.63 | 0.51 |
| Hex | D1 | 33 | 7A | 0 | 4C | 2A | 12 | 14D | 3F | 33 |
| Octal | 321 | 63 | 172 | 0 | 114 | 52 | 22 | 515 | 77 | 63 |
| Binary | 11010001 | 110011 | 1111010 | 0 | 1001100 | 101010 | 10010 | 101001101 | 111111 | 110011 |
Color Harmonies of #D1337A
Complementary color
Monochromatic Colors of #D1337A
Black with #D1337A
Text Example
Text Example
White with #D1337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1337A; }
p { color: rgb(209,51,122); }
H1.HeaderClassName
{
color: #D1337A;
}
.AnyTagClassName
{
color: #D1337A;
}
</style>
background-color css
<style>
a { background-color: #D1337A; }
a { background-color: rgb(209,51,122); }
div.DivClassName
{
background-color: #D1337A;
}
.BgClassName
{
background-color: #D1337A;
}
</style>
border-color css
<style>
span { border-color: #D1337A; }
span { border-color: rgb(209,51,122); }
td.TdClassName
{
border-color: #D1337A;
}
.TagClassName
{
border-color: #D1337A;
}
</style>