Shades of Deep Cerise #D13893
Tints of Deep Cerise #D13893
RGB
CMYK
RGB Variations
Color information
#D13893 (or 0xD13893) is known color: Deep Cerise. HEX triplet: D1, 38 and 93. RGB value is (209,56,147). Sum of RGB (Red+Green+Blue) = 209+56+147=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13893 is #2EC76C. Grayscale: #6F6F6F. Windows color (decimal): -3065709 or 9648337. OLE color: 9648337.
HSL color Cylindrical-coordinate representation of color #D13893: hue angle of 324.31º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13893 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 147 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.18 |
| HSL | 324.31º | 0.62% | 0.52% | - |
| HSV(B) | 324.31º | 0.73% | 0.82% | - |
| XYZ | 32.98 | 18.49 | 29.43 | - |
| YUV | 112.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 147 | 0 | 0.73 | 0.30 | 0.18 | 324.31 | 0.62 | 0.52 |
| Hex | D1 | 38 | 93 | 0 | 49 | 1E | 12 | 144 | 3E | 34 |
| Octal | 321 | 70 | 223 | 0 | 111 | 36 | 22 | 504 | 76 | 64 |
| Binary | 11010001 | 111000 | 10010011 | 0 | 1001001 | 11110 | 10010 | 101000100 | 111110 | 110100 |
Color Harmonies of #D13893
Complementary color
Monochromatic Colors of #D13893
Black with #D13893
Text Example
Text Example
White with #D13893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13893; }
p { color: rgb(209,56,147); }
H1.HeaderClassName
{
color: #D13893;
}
.AnyTagClassName
{
color: #D13893;
}
</style>
background-color css
<style>
a { background-color: #D13893; }
a { background-color: rgb(209,56,147); }
div.DivClassName
{
background-color: #D13893;
}
.BgClassName
{
background-color: #D13893;
}
</style>
border-color css
<style>
span { border-color: #D13893; }
span { border-color: rgb(209,56,147); }
td.TdClassName
{
border-color: #D13893;
}
.TagClassName
{
border-color: #D13893;
}
</style>