Shades of Deep Cerise #D1378A
Tints of Deep Cerise #D1378A
RGB
CMYK
RGB Variations
Color information
#D1378A (or 0xD1378A) is known color: Deep Cerise. HEX triplet: D1, 37 and 8A. RGB value is (209,55,138). Sum of RGB (Red+Green+Blue) = 209+55+138=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1378A is #2EC875. Grayscale: #6E6E6E. Windows color (decimal): -3065974 or 9058257. OLE color: 9058257.
HSL color Cylindrical-coordinate representation of color #D1378A: hue angle of 327.66º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1378A is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 138 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.18 |
| HSL | 327.66º | 0.63% | 0.52% | - |
| HSV(B) | 327.66º | 0.74% | 0.82% | - |
| XYZ | 32.25 | 18.12 | 25.84 | - |
| YUV | 110.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 138 | 0 | 0.74 | 0.34 | 0.18 | 327.66 | 0.63 | 0.52 |
| Hex | D1 | 37 | 8A | 0 | 4A | 22 | 12 | 148 | 3F | 34 |
| Octal | 321 | 67 | 212 | 0 | 112 | 42 | 22 | 510 | 77 | 64 |
| Binary | 11010001 | 110111 | 10001010 | 0 | 1001010 | 100010 | 10010 | 101001000 | 111111 | 110100 |
Color Harmonies of #D1378A
Complementary color
Monochromatic Colors of #D1378A
Black with #D1378A
Text Example
Text Example
White with #D1378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1378A; }
p { color: rgb(209,55,138); }
H1.HeaderClassName
{
color: #D1378A;
}
.AnyTagClassName
{
color: #D1378A;
}
</style>
background-color css
<style>
a { background-color: #D1378A; }
a { background-color: rgb(209,55,138); }
div.DivClassName
{
background-color: #D1378A;
}
.BgClassName
{
background-color: #D1378A;
}
</style>
border-color css
<style>
span { border-color: #D1378A; }
span { border-color: rgb(209,55,138); }
td.TdClassName
{
border-color: #D1378A;
}
.TagClassName
{
border-color: #D1378A;
}
</style>