Shades of Deep Cerise #D1327A
Tints of Deep Cerise #D1327A
RGB
CMYK
RGB Variations
Color information
#D1327A (or 0xD1327A) is known color: Deep Cerise. HEX triplet: D1, 32 and 7A. RGB value is (209,50,122). Sum of RGB (Red+Green+Blue) = 209+50+122=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1327A is #2ECD85. Grayscale: #696969. Windows color (decimal): -3067270 or 8008401. OLE color: 8008401.
HSL color Cylindrical-coordinate representation of color #D1327A: hue angle of 332.83º 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 #D1327A is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 122 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.18 |
| HSL | 332.83º | 0.63% | 0.51% | - |
| HSV(B) | 332.83º | 0.76% | 0.82% | - |
| XYZ | 30.95 | 17.24 | 20.11 | - |
| YUV | 105.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 122 | 0 | 0.76 | 0.42 | 0.18 | 332.83 | 0.63 | 0.51 |
| Hex | D1 | 32 | 7A | 0 | 4C | 2A | 12 | 14D | 3F | 33 |
| Octal | 321 | 62 | 172 | 0 | 114 | 52 | 22 | 515 | 77 | 63 |
| Binary | 11010001 | 110010 | 1111010 | 0 | 1001100 | 101010 | 10010 | 101001101 | 111111 | 110011 |
Color Harmonies of #D1327A
Complementary color
Monochromatic Colors of #D1327A
Black with #D1327A
Text Example
Text Example
White with #D1327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1327A; }
p { color: rgb(209,50,122); }
H1.HeaderClassName
{
color: #D1327A;
}
.AnyTagClassName
{
color: #D1327A;
}
</style>
background-color css
<style>
a { background-color: #D1327A; }
a { background-color: rgb(209,50,122); }
div.DivClassName
{
background-color: #D1327A;
}
.BgClassName
{
background-color: #D1327A;
}
</style>
border-color css
<style>
span { border-color: #D1327A; }
span { border-color: rgb(209,50,122); }
td.TdClassName
{
border-color: #D1327A;
}
.TagClassName
{
border-color: #D1327A;
}
</style>