Shades of Deep Cerise #D13075
Tints of Deep Cerise #D13075
RGB
CMYK
RGB Variations
Color information
#D13075 (or 0xD13075) is known color: Deep Cerise. HEX triplet: D1, 30 and 75. RGB value is (209,48,117). Sum of RGB (Red+Green+Blue) = 209+48+117=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D13075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13075 is #2ECF8A. Grayscale: #676767. Windows color (decimal): -3067787 or 7680209. OLE color: 7680209.
HSL color Cylindrical-coordinate representation of color #D13075: hue angle of 334.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13075 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 117 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.18 |
| HSL | 334.29º | 0.64% | 0.5% | - |
| HSV(B) | 334.29º | 0.77% | 0.82% | - |
| XYZ | 30.56 | 16.95 | 18.49 | - |
| YUV | 104.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 117 | 0 | 0.77 | 0.44 | 0.18 | 334.29 | 0.64 | 0.5 |
| Hex | D1 | 30 | 75 | 0 | 4D | 2C | 12 | 14E | 40 | 32 |
| Octal | 321 | 60 | 165 | 0 | 115 | 54 | 22 | 516 | 100 | 62 |
| Binary | 11010001 | 110000 | 1110101 | 0 | 1001101 | 101100 | 10010 | 101001110 | 1000000 | 110010 |
Color Harmonies of #D13075
Complementary color
Monochromatic Colors of #D13075
Black with #D13075
Text Example
Text Example
White with #D13075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13075; }
p { color: rgb(209,48,117); }
H1.HeaderClassName
{
color: #D13075;
}
.AnyTagClassName
{
color: #D13075;
}
</style>
background-color css
<style>
a { background-color: #D13075; }
a { background-color: rgb(209,48,117); }
div.DivClassName
{
background-color: #D13075;
}
.BgClassName
{
background-color: #D13075;
}
</style>
border-color css
<style>
span { border-color: #D13075; }
span { border-color: rgb(209,48,117); }
td.TdClassName
{
border-color: #D13075;
}
.TagClassName
{
border-color: #D13075;
}
</style>