Shades of Deep Cerise #D13C83
Tints of Deep Cerise #D13C83
RGB
CMYK
RGB Variations
Color information
#D13C83 (or 0xD13C83) is known color: Deep Cerise. HEX triplet: D1, 3C and 83. RGB value is (209,60,131). Sum of RGB (Red+Green+Blue) = 209+60+131=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C83 is #2EC37C. Grayscale: #707070. Windows color (decimal): -3064701 or 8600785. OLE color: 8600785.
HSL color Cylindrical-coordinate representation of color #D13C83: hue angle of 331.41º 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 #D13C83 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 131 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.18 |
| HSL | 331.41º | 0.62% | 0.53% | - |
| HSV(B) | 331.41º | 0.71% | 0.82% | - |
| XYZ | 32.01 | 18.43 | 23.34 | - |
| YUV | 112.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 131 | 0 | 0.71 | 0.37 | 0.18 | 331.41 | 0.62 | 0.53 |
| Hex | D1 | 3C | 83 | 0 | 47 | 25 | 12 | 14B | 3E | 35 |
| Octal | 321 | 74 | 203 | 0 | 107 | 45 | 22 | 513 | 76 | 65 |
| Binary | 11010001 | 111100 | 10000011 | 0 | 1000111 | 100101 | 10010 | 101001011 | 111110 | 110101 |
Color Harmonies of #D13C83
Complementary color
Monochromatic Colors of #D13C83
Black with #D13C83
Text Example
Text Example
White with #D13C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C83; }
p { color: rgb(209,60,131); }
H1.HeaderClassName
{
color: #D13C83;
}
.AnyTagClassName
{
color: #D13C83;
}
</style>
background-color css
<style>
a { background-color: #D13C83; }
a { background-color: rgb(209,60,131); }
div.DivClassName
{
background-color: #D13C83;
}
.BgClassName
{
background-color: #D13C83;
}
</style>
border-color css
<style>
span { border-color: #D13C83; }
span { border-color: rgb(209,60,131); }
td.TdClassName
{
border-color: #D13C83;
}
.TagClassName
{
border-color: #D13C83;
}
</style>