Shades of Cerise #D73174
Tints of Cerise #D73174
RGB
CMYK
RGB Variations
Color information
#D73174 (or 0xD73174) is known color: Cerise. HEX triplet: D7, 31 and 74. RGB value is (215,49,116). Sum of RGB (Red+Green+Blue) = 215+49+116=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D73174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73174 is #28CE8B. Grayscale: #6A6A6A. Windows color (decimal): -2674316 or 7614935. OLE color: 7614935.
HSL color Cylindrical-coordinate representation of color #D73174: hue angle of 335.78º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73174 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 116 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.16 |
| HSL | 335.78º | 0.67% | 0.52% | - |
| HSV(B) | 335.78º | 0.77% | 0.84% | - |
| XYZ | 32.28 | 17.9 | 18.28 | - |
| YUV | 106.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 116 | 0 | 0.77 | 0.46 | 0.16 | 335.78 | 0.67 | 0.52 |
| Hex | D7 | 31 | 74 | 0 | 4D | 2E | 10 | 150 | 43 | 34 |
| Octal | 327 | 61 | 164 | 0 | 115 | 56 | 20 | 520 | 103 | 64 |
| Binary | 11010111 | 110001 | 1110100 | 0 | 1001101 | 101110 | 10000 | 101010000 | 1000011 | 110100 |
Color Harmonies of #D73174
Complementary color
Monochromatic Colors of #D73174
Black with #D73174
Text Example
Text Example
White with #D73174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73174; }
p { color: rgb(215,49,116); }
H1.HeaderClassName
{
color: #D73174;
}
.AnyTagClassName
{
color: #D73174;
}
</style>
background-color css
<style>
a { background-color: #D73174; }
a { background-color: rgb(215,49,116); }
div.DivClassName
{
background-color: #D73174;
}
.BgClassName
{
background-color: #D73174;
}
</style>
border-color css
<style>
span { border-color: #D73174; }
span { border-color: rgb(215,49,116); }
td.TdClassName
{
border-color: #D73174;
}
.TagClassName
{
border-color: #D73174;
}
</style>