Shades of Deep Cerise #D14185
Tints of Deep Cerise #D14185
RGB
CMYK
RGB Variations
Color information
#D14185 (or 0xD14185) is known color: Deep Cerise. HEX triplet: D1, 41 and 85. RGB value is (209,65,133). Sum of RGB (Red+Green+Blue) = 209+65+133=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D14185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14185 is #2EBE7A. Grayscale: #737373. Windows color (decimal): -3063419 or 8733137. OLE color: 8733137.
HSL color Cylindrical-coordinate representation of color #D14185: hue angle of 331.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14185 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 133 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.18 |
| HSL | 331.67º | 0.61% | 0.54% | - |
| HSV(B) | 331.67º | 0.69% | 0.82% | - |
| XYZ | 32.42 | 19.03 | 24.15 | - |
| YUV | 115.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 133 | 0 | 0.69 | 0.36 | 0.18 | 331.67 | 0.61 | 0.54 |
| Hex | D1 | 41 | 85 | 0 | 45 | 24 | 12 | 14C | 3D | 36 |
| Octal | 321 | 101 | 205 | 0 | 105 | 44 | 22 | 514 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10000101 | 0 | 1000101 | 100100 | 10010 | 101001100 | 111101 | 110110 |
Color Harmonies of #D14185
Complementary color
Monochromatic Colors of #D14185
Black with #D14185
Text Example
Text Example
White with #D14185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14185; }
p { color: rgb(209,65,133); }
H1.HeaderClassName
{
color: #D14185;
}
.AnyTagClassName
{
color: #D14185;
}
</style>
background-color css
<style>
a { background-color: #D14185; }
a { background-color: rgb(209,65,133); }
div.DivClassName
{
background-color: #D14185;
}
.BgClassName
{
background-color: #D14185;
}
</style>
border-color css
<style>
span { border-color: #D14185; }
span { border-color: rgb(209,65,133); }
td.TdClassName
{
border-color: #D14185;
}
.TagClassName
{
border-color: #D14185;
}
</style>