Shades of Deep Cerise #D13D7D
Tints of Deep Cerise #D13D7D
RGB
CMYK
RGB Variations
Color information
#D13D7D (or 0xD13D7D) is known color: Deep Cerise. HEX triplet: D1, 3D and 7D. RGB value is (209,61,125). Sum of RGB (Red+Green+Blue) = 209+61+125=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D7D is #2EC282. Grayscale: #707070. Windows color (decimal): -3064451 or 8207825. OLE color: 8207825.
HSL color Cylindrical-coordinate representation of color #D13D7D: hue angle of 334.05º 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 #D13D7D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 125 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.18 |
| HSL | 334.05º | 0.62% | 0.53% | - |
| HSV(B) | 334.05º | 0.71% | 0.82% | - |
| XYZ | 31.66 | 18.37 | 21.28 | - |
| YUV | 112.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 125 | 0 | 0.71 | 0.40 | 0.18 | 334.05 | 0.62 | 0.53 |
| Hex | D1 | 3D | 7D | 0 | 47 | 28 | 12 | 14E | 3E | 35 |
| Octal | 321 | 75 | 175 | 0 | 107 | 50 | 22 | 516 | 76 | 65 |
| Binary | 11010001 | 111101 | 1111101 | 0 | 1000111 | 101000 | 10010 | 101001110 | 111110 | 110101 |
Color Harmonies of #D13D7D
Complementary color
Monochromatic Colors of #D13D7D
Black with #D13D7D
Text Example
Text Example
White with #D13D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D7D; }
p { color: rgb(209,61,125); }
H1.HeaderClassName
{
color: #D13D7D;
}
.AnyTagClassName
{
color: #D13D7D;
}
</style>
background-color css
<style>
a { background-color: #D13D7D; }
a { background-color: rgb(209,61,125); }
div.DivClassName
{
background-color: #D13D7D;
}
.BgClassName
{
background-color: #D13D7D;
}
</style>
border-color css
<style>
span { border-color: #D13D7D; }
span { border-color: rgb(209,61,125); }
td.TdClassName
{
border-color: #D13D7D;
}
.TagClassName
{
border-color: #D13D7D;
}
</style>