Shades of Deep Cerise #D13B7B
Tints of Deep Cerise #D13B7B
RGB
CMYK
RGB Variations
Color information
#D13B7B (or 0xD13B7B) is known color: Deep Cerise. HEX triplet: D1, 3B and 7B. RGB value is (209,59,123). Sum of RGB (Red+Green+Blue) = 209+59+123=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B7B is #2EC484. Grayscale: #6F6F6F. Windows color (decimal): -3064965 or 8076241. OLE color: 8076241.
HSL color Cylindrical-coordinate representation of color #D13B7B: hue angle of 334.4º 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 #D13B7B is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 123 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.18 |
| HSL | 334.4º | 0.62% | 0.53% | - |
| HSV(B) | 334.4º | 0.72% | 0.82% | - |
| XYZ | 31.43 | 18.11 | 20.58 | - |
| YUV | 111.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 123 | 0 | 0.72 | 0.41 | 0.18 | 334.4 | 0.62 | 0.53 |
| Hex | D1 | 3B | 7B | 0 | 48 | 29 | 12 | 14E | 3E | 35 |
| Octal | 321 | 73 | 173 | 0 | 110 | 51 | 22 | 516 | 76 | 65 |
| Binary | 11010001 | 111011 | 1111011 | 0 | 1001000 | 101001 | 10010 | 101001110 | 111110 | 110101 |
Color Harmonies of #D13B7B
Complementary color
Monochromatic Colors of #D13B7B
Black with #D13B7B
Text Example
Text Example
White with #D13B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B7B; }
p { color: rgb(209,59,123); }
H1.HeaderClassName
{
color: #D13B7B;
}
.AnyTagClassName
{
color: #D13B7B;
}
</style>
background-color css
<style>
a { background-color: #D13B7B; }
a { background-color: rgb(209,59,123); }
div.DivClassName
{
background-color: #D13B7B;
}
.BgClassName
{
background-color: #D13B7B;
}
</style>
border-color css
<style>
span { border-color: #D13B7B; }
span { border-color: rgb(209,59,123); }
td.TdClassName
{
border-color: #D13B7B;
}
.TagClassName
{
border-color: #D13B7B;
}
</style>