Shades of Deep Cerise #D14085
Tints of Deep Cerise #D14085
RGB
CMYK
RGB Variations
Color information
#D14085 (or 0xD14085) is known color: Deep Cerise. HEX triplet: D1, 40 and 85. RGB value is (209,64,133). Sum of RGB (Red+Green+Blue) = 209+64+133=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D14085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14085 is #2EBF7A. Grayscale: #737373. Windows color (decimal): -3063675 or 8732881. OLE color: 8732881.
HSL color Cylindrical-coordinate representation of color #D14085: hue angle of 331.45º 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 #D14085 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 133 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.18 |
| HSL | 331.45º | 0.61% | 0.54% | - |
| HSV(B) | 331.45º | 0.69% | 0.82% | - |
| XYZ | 32.36 | 18.92 | 24.14 | - |
| YUV | 115.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 133 | 0 | 0.69 | 0.36 | 0.18 | 331.45 | 0.61 | 0.54 |
| Hex | D1 | 40 | 85 | 0 | 45 | 24 | 12 | 14B | 3D | 36 |
| Octal | 321 | 100 | 205 | 0 | 105 | 44 | 22 | 513 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10000101 | 0 | 1000101 | 100100 | 10010 | 101001011 | 111101 | 110110 |
Color Harmonies of #D14085
Complementary color
Monochromatic Colors of #D14085
Black with #D14085
Text Example
Text Example
White with #D14085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14085; }
p { color: rgb(209,64,133); }
H1.HeaderClassName
{
color: #D14085;
}
.AnyTagClassName
{
color: #D14085;
}
</style>
background-color css
<style>
a { background-color: #D14085; }
a { background-color: rgb(209,64,133); }
div.DivClassName
{
background-color: #D14085;
}
.BgClassName
{
background-color: #D14085;
}
</style>
border-color css
<style>
span { border-color: #D14085; }
span { border-color: rgb(209,64,133); }
td.TdClassName
{
border-color: #D14085;
}
.TagClassName
{
border-color: #D14085;
}
</style>