Shades of Deep Cerise #D14281
Tints of Deep Cerise #D14281
RGB
CMYK
RGB Variations
Color information
#D14281 (or 0xD14281) is known color: Deep Cerise. HEX triplet: D1, 42 and 81. RGB value is (209,66,129). Sum of RGB (Red+Green+Blue) = 209+66+129=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D14281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14281 is #2EBD7E. Grayscale: #737373. Windows color (decimal): -3063167 or 8471249. OLE color: 8471249.
HSL color Cylindrical-coordinate representation of color #D14281: hue angle of 333.57º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14281 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 129 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.18 |
| HSL | 333.57º | 0.61% | 0.54% | - |
| HSV(B) | 333.57º | 0.68% | 0.82% | - |
| XYZ | 32.21 | 19.04 | 22.75 | - |
| YUV | 115.94 | 135.38 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 129 | 0 | 0.68 | 0.38 | 0.18 | 333.57 | 0.61 | 0.54 |
| Hex | D1 | 42 | 81 | 0 | 44 | 26 | 12 | 14E | 3D | 36 |
| Octal | 321 | 102 | 201 | 0 | 104 | 46 | 22 | 516 | 75 | 66 |
| Binary | 11010001 | 1000010 | 10000001 | 0 | 1000100 | 100110 | 10010 | 101001110 | 111101 | 110110 |
Color Harmonies of #D14281
Complementary color
Monochromatic Colors of #D14281
Black with #D14281
Text Example
Text Example
White with #D14281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14281; }
p { color: rgb(209,66,129); }
H1.HeaderClassName
{
color: #D14281;
}
.AnyTagClassName
{
color: #D14281;
}
</style>
background-color css
<style>
a { background-color: #D14281; }
a { background-color: rgb(209,66,129); }
div.DivClassName
{
background-color: #D14281;
}
.BgClassName
{
background-color: #D14281;
}
</style>
border-color css
<style>
span { border-color: #D14281; }
span { border-color: rgb(209,66,129); }
td.TdClassName
{
border-color: #D14281;
}
.TagClassName
{
border-color: #D14281;
}
</style>