Shades of Deep Cerise #D1379C
Tints of Deep Cerise #D1379C
RGB
CMYK
RGB Variations
Color information
#D1379C (or 0xD1379C) is known color: Deep Cerise. HEX triplet: D1, 37 and 9C. RGB value is (209,55,156). Sum of RGB (Red+Green+Blue) = 209+55+156=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1379C is #2EC863. Grayscale: #707070. Windows color (decimal): -3065956 or 10237905. OLE color: 10237905.
HSL color Cylindrical-coordinate representation of color #D1379C: hue angle of 320.65º 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 #D1379C is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 156 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.18 |
| HSL | 320.65º | 0.63% | 0.52% | - |
| HSV(B) | 320.65º | 0.74% | 0.82% | - |
| XYZ | 33.66 | 18.69 | 33.29 | - |
| YUV | 112.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 156 | 0 | 0.74 | 0.25 | 0.18 | 320.65 | 0.63 | 0.52 |
| Hex | D1 | 37 | 9C | 0 | 4A | 19 | 12 | 141 | 3F | 34 |
| Octal | 321 | 67 | 234 | 0 | 112 | 31 | 22 | 501 | 77 | 64 |
| Binary | 11010001 | 110111 | 10011100 | 0 | 1001010 | 11001 | 10010 | 101000001 | 111111 | 110100 |
Color Harmonies of #D1379C
Complementary color
Monochromatic Colors of #D1379C
Black with #D1379C
Text Example
Text Example
White with #D1379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1379C; }
p { color: rgb(209,55,156); }
H1.HeaderClassName
{
color: #D1379C;
}
.AnyTagClassName
{
color: #D1379C;
}
</style>
background-color css
<style>
a { background-color: #D1379C; }
a { background-color: rgb(209,55,156); }
div.DivClassName
{
background-color: #D1379C;
}
.BgClassName
{
background-color: #D1379C;
}
</style>
border-color css
<style>
span { border-color: #D1379C; }
span { border-color: rgb(209,55,156); }
td.TdClassName
{
border-color: #D1379C;
}
.TagClassName
{
border-color: #D1379C;
}
</style>