Shades of Deep Cerise #D73675
Tints of Deep Cerise #D73675
RGB
CMYK
RGB Variations
Color information
#D73675 (or 0xD73675) is known color: Deep Cerise. HEX triplet: D7, 36 and 75. RGB value is (215,54,117). Sum of RGB (Red+Green+Blue) = 215+54+117=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D73675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73675 is #28C98A. Grayscale: #6D6D6D. Windows color (decimal): -2673035 or 7681751. OLE color: 7681751.
HSL color Cylindrical-coordinate representation of color #D73675: hue angle of 336.52º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73675 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 117 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.16 |
| HSL | 336.52º | 0.67% | 0.53% | - |
| HSV(B) | 336.52º | 0.75% | 0.84% | - |
| XYZ | 32.55 | 18.37 | 18.66 | - |
| YUV | 109.32 | 132.34 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 117 | 0 | 0.75 | 0.46 | 0.16 | 336.52 | 0.67 | 0.53 |
| Hex | D7 | 36 | 75 | 0 | 4B | 2E | 10 | 151 | 43 | 35 |
| Octal | 327 | 66 | 165 | 0 | 113 | 56 | 20 | 521 | 103 | 65 |
| Binary | 11010111 | 110110 | 1110101 | 0 | 1001011 | 101110 | 10000 | 101010001 | 1000011 | 110101 |
Color Harmonies of #D73675
Complementary color
Monochromatic Colors of #D73675
Black with #D73675
Text Example
Text Example
White with #D73675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73675; }
p { color: rgb(215,54,117); }
H1.HeaderClassName
{
color: #D73675;
}
.AnyTagClassName
{
color: #D73675;
}
</style>
background-color css
<style>
a { background-color: #D73675; }
a { background-color: rgb(215,54,117); }
div.DivClassName
{
background-color: #D73675;
}
.BgClassName
{
background-color: #D73675;
}
</style>
border-color css
<style>
span { border-color: #D73675; }
span { border-color: rgb(215,54,117); }
td.TdClassName
{
border-color: #D73675;
}
.TagClassName
{
border-color: #D73675;
}
</style>