Shades of Deep Cerise #D13C7F
Tints of Deep Cerise #D13C7F
RGB
CMYK
RGB Variations
Color information
#D13C7F (or 0xD13C7F) is known color: Deep Cerise. HEX triplet: D1, 3C and 7F. RGB value is (209,60,127). Sum of RGB (Red+Green+Blue) = 209+60+127=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C7F is #2EC380. Grayscale: #707070. Windows color (decimal): -3064705 or 8338641. OLE color: 8338641.
HSL color Cylindrical-coordinate representation of color #D13C7F: hue angle of 333.02º 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 #D13C7F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 127 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.18 |
| HSL | 333.02º | 0.62% | 0.53% | - |
| HSV(B) | 333.02º | 0.71% | 0.82% | - |
| XYZ | 31.74 | 18.32 | 21.94 | - |
| YUV | 112.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 127 | 0 | 0.71 | 0.39 | 0.18 | 333.02 | 0.62 | 0.53 |
| Hex | D1 | 3C | 7F | 0 | 47 | 27 | 12 | 14D | 3E | 35 |
| Octal | 321 | 74 | 177 | 0 | 107 | 47 | 22 | 515 | 76 | 65 |
| Binary | 11010001 | 111100 | 1111111 | 0 | 1000111 | 100111 | 10010 | 101001101 | 111110 | 110101 |
Color Harmonies of #D13C7F
Complementary color
Monochromatic Colors of #D13C7F
Black with #D13C7F
Text Example
Text Example
White with #D13C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C7F; }
p { color: rgb(209,60,127); }
H1.HeaderClassName
{
color: #D13C7F;
}
.AnyTagClassName
{
color: #D13C7F;
}
</style>
background-color css
<style>
a { background-color: #D13C7F; }
a { background-color: rgb(209,60,127); }
div.DivClassName
{
background-color: #D13C7F;
}
.BgClassName
{
background-color: #D13C7F;
}
</style>
border-color css
<style>
span { border-color: #D13C7F; }
span { border-color: rgb(209,60,127); }
td.TdClassName
{
border-color: #D13C7F;
}
.TagClassName
{
border-color: #D13C7F;
}
</style>