Shades of Deep Cerise #D13C85
Tints of Deep Cerise #D13C85
RGB
CMYK
RGB Variations
Color information
#D13C85 (or 0xD13C85) is known color: Deep Cerise. HEX triplet: D1, 3C and 85. RGB value is (209,60,133). Sum of RGB (Red+Green+Blue) = 209+60+133=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C85 is #2EC37A. Grayscale: #707070. Windows color (decimal): -3064699 or 8731857. OLE color: 8731857.
HSL color Cylindrical-coordinate representation of color #D13C85: hue angle of 330.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C85 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 133 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.18 |
| HSL | 330.6º | 0.62% | 0.53% | - |
| HSV(B) | 330.6º | 0.71% | 0.82% | - |
| XYZ | 32.14 | 18.48 | 24.06 | - |
| YUV | 112.87 | 139.36 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 133 | 0 | 0.71 | 0.36 | 0.18 | 330.6 | 0.62 | 0.53 |
| Hex | D1 | 3C | 85 | 0 | 47 | 24 | 12 | 14B | 3E | 35 |
| Octal | 321 | 74 | 205 | 0 | 107 | 44 | 22 | 513 | 76 | 65 |
| Binary | 11010001 | 111100 | 10000101 | 0 | 1000111 | 100100 | 10010 | 101001011 | 111110 | 110101 |
Color Harmonies of #D13C85
Complementary color
Monochromatic Colors of #D13C85
Black with #D13C85
Text Example
Text Example
White with #D13C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C85; }
p { color: rgb(209,60,133); }
H1.HeaderClassName
{
color: #D13C85;
}
.AnyTagClassName
{
color: #D13C85;
}
</style>
background-color css
<style>
a { background-color: #D13C85; }
a { background-color: rgb(209,60,133); }
div.DivClassName
{
background-color: #D13C85;
}
.BgClassName
{
background-color: #D13C85;
}
</style>
border-color css
<style>
span { border-color: #D13C85; }
span { border-color: rgb(209,60,133); }
td.TdClassName
{
border-color: #D13C85;
}
.TagClassName
{
border-color: #D13C85;
}
</style>