Shades of Deep Cerise #D13085
Tints of Deep Cerise #D13085
RGB
CMYK
RGB Variations
Color information
#D13085 (or 0xD13085) is known color: Deep Cerise. HEX triplet: D1, 30 and 85. RGB value is (209,48,133). Sum of RGB (Red+Green+Blue) = 209+48+133=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D13085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13085 is #2ECF7A. Grayscale: #696969. Windows color (decimal): -3067771 or 8728785. OLE color: 8728785.
HSL color Cylindrical-coordinate representation of color #D13085: hue angle of 328.32º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13085 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 133 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.18 |
| HSL | 328.32º | 0.64% | 0.5% | - |
| HSV(B) | 328.32º | 0.77% | 0.82% | - |
| XYZ | 31.59 | 17.36 | 23.88 | - |
| YUV | 105.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 133 | 0 | 0.77 | 0.36 | 0.18 | 328.32 | 0.64 | 0.5 |
| Hex | D1 | 30 | 85 | 0 | 4D | 24 | 12 | 148 | 40 | 32 |
| Octal | 321 | 60 | 205 | 0 | 115 | 44 | 22 | 510 | 100 | 62 |
| Binary | 11010001 | 110000 | 10000101 | 0 | 1001101 | 100100 | 10010 | 101001000 | 1000000 | 110010 |
Color Harmonies of #D13085
Complementary color
Monochromatic Colors of #D13085
Black with #D13085
Text Example
Text Example
White with #D13085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13085; }
p { color: rgb(209,48,133); }
H1.HeaderClassName
{
color: #D13085;
}
.AnyTagClassName
{
color: #D13085;
}
</style>
background-color css
<style>
a { background-color: #D13085; }
a { background-color: rgb(209,48,133); }
div.DivClassName
{
background-color: #D13085;
}
.BgClassName
{
background-color: #D13085;
}
</style>
border-color css
<style>
span { border-color: #D13085; }
span { border-color: rgb(209,48,133); }
td.TdClassName
{
border-color: #D13085;
}
.TagClassName
{
border-color: #D13085;
}
</style>