Shades of Deep Cerise #D1367E
Tints of Deep Cerise #D1367E
RGB
CMYK
RGB Variations
Color information
#D1367E (or 0xD1367E) is known color: Deep Cerise. HEX triplet: D1, 36 and 7E. RGB value is (209,54,126). Sum of RGB (Red+Green+Blue) = 209+54+126=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1367E is #2EC981. Grayscale: #6C6C6C. Windows color (decimal): -3066242 or 8271569. OLE color: 8271569.
HSL color Cylindrical-coordinate representation of color #D1367E: hue angle of 332.13º 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 #D1367E is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 126 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.18 |
| HSL | 332.13º | 0.63% | 0.52% | - |
| HSV(B) | 332.13º | 0.74% | 0.82% | - |
| XYZ | 31.38 | 17.7 | 21.5 | - |
| YUV | 108.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 126 | 0 | 0.74 | 0.40 | 0.18 | 332.13 | 0.63 | 0.52 |
| Hex | D1 | 36 | 7E | 0 | 4A | 28 | 12 | 14C | 3F | 34 |
| Octal | 321 | 66 | 176 | 0 | 112 | 50 | 22 | 514 | 77 | 64 |
| Binary | 11010001 | 110110 | 1111110 | 0 | 1001010 | 101000 | 10010 | 101001100 | 111111 | 110100 |
Color Harmonies of #D1367E
Complementary color
Monochromatic Colors of #D1367E
Black with #D1367E
Text Example
Text Example
White with #D1367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1367E; }
p { color: rgb(209,54,126); }
H1.HeaderClassName
{
color: #D1367E;
}
.AnyTagClassName
{
color: #D1367E;
}
</style>
background-color css
<style>
a { background-color: #D1367E; }
a { background-color: rgb(209,54,126); }
div.DivClassName
{
background-color: #D1367E;
}
.BgClassName
{
background-color: #D1367E;
}
</style>
border-color css
<style>
span { border-color: #D1367E; }
span { border-color: rgb(209,54,126); }
td.TdClassName
{
border-color: #D1367E;
}
.TagClassName
{
border-color: #D1367E;
}
</style>