Shades of Deep Cerise #D13B7E
Tints of Deep Cerise #D13B7E
RGB
CMYK
RGB Variations
Color information
#D13B7E (or 0xD13B7E) is known color: Deep Cerise. HEX triplet: D1, 3B and 7E. RGB value is (209,59,126). Sum of RGB (Red+Green+Blue) = 209+59+126=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B7E is #2EC481. Grayscale: #6F6F6F. Windows color (decimal): -3064962 or 8272849. OLE color: 8272849.
HSL color Cylindrical-coordinate representation of color #D13B7E: hue angle of 333.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B7E is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 126 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.18 |
| HSL | 333.2º | 0.62% | 0.53% | - |
| HSV(B) | 333.2º | 0.72% | 0.82% | - |
| XYZ | 31.62 | 18.19 | 21.58 | - |
| YUV | 111.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 126 | 0 | 0.72 | 0.40 | 0.18 | 333.2 | 0.62 | 0.53 |
| Hex | D1 | 3B | 7E | 0 | 48 | 28 | 12 | 14D | 3E | 35 |
| Octal | 321 | 73 | 176 | 0 | 110 | 50 | 22 | 515 | 76 | 65 |
| Binary | 11010001 | 111011 | 1111110 | 0 | 1001000 | 101000 | 10010 | 101001101 | 111110 | 110101 |
Color Harmonies of #D13B7E
Complementary color
Monochromatic Colors of #D13B7E
Black with #D13B7E
Text Example
Text Example
White with #D13B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B7E; }
p { color: rgb(209,59,126); }
H1.HeaderClassName
{
color: #D13B7E;
}
.AnyTagClassName
{
color: #D13B7E;
}
</style>
background-color css
<style>
a { background-color: #D13B7E; }
a { background-color: rgb(209,59,126); }
div.DivClassName
{
background-color: #D13B7E;
}
.BgClassName
{
background-color: #D13B7E;
}
</style>
border-color css
<style>
span { border-color: #D13B7E; }
span { border-color: rgb(209,59,126); }
td.TdClassName
{
border-color: #D13B7E;
}
.TagClassName
{
border-color: #D13B7E;
}
</style>