Shades of Cerise #D73164
Tints of Cerise #D73164
RGB
CMYK
RGB Variations
Color information
#D73164 (or 0xD73164) is known color: Cerise. HEX triplet: D7, 31 and 64. RGB value is (215,49,100). Sum of RGB (Red+Green+Blue) = 215+49+100=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D73164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73164 is #28CE9B. Grayscale: #686868. Windows color (decimal): -2674332 or 6566359. OLE color: 6566359.
HSL color Cylindrical-coordinate representation of color #D73164: hue angle of 341.57º 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 #D73164 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 100 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.16 |
| HSL | 341.57º | 0.67% | 0.52% | - |
| HSV(B) | 341.57º | 0.77% | 0.84% | - |
| XYZ | 31.42 | 17.56 | 13.79 | - |
| YUV | 104.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 100 | 0 | 0.77 | 0.53 | 0.16 | 341.57 | 0.67 | 0.52 |
| Hex | D7 | 31 | 64 | 0 | 4D | 35 | 10 | 156 | 43 | 34 |
| Octal | 327 | 61 | 144 | 0 | 115 | 65 | 20 | 526 | 103 | 64 |
| Binary | 11010111 | 110001 | 1100100 | 0 | 1001101 | 110101 | 10000 | 101010110 | 1000011 | 110100 |
Color Harmonies of #D73164
Complementary color
Monochromatic Colors of #D73164
Black with #D73164
Text Example
Text Example
White with #D73164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73164; }
p { color: rgb(215,49,100); }
H1.HeaderClassName
{
color: #D73164;
}
.AnyTagClassName
{
color: #D73164;
}
</style>
background-color css
<style>
a { background-color: #D73164; }
a { background-color: rgb(215,49,100); }
div.DivClassName
{
background-color: #D73164;
}
.BgClassName
{
background-color: #D73164;
}
</style>
border-color css
<style>
span { border-color: #D73164; }
span { border-color: rgb(215,49,100); }
td.TdClassName
{
border-color: #D73164;
}
.TagClassName
{
border-color: #D73164;
}
</style>