Shades of Cerise #D73362
Tints of Cerise #D73362
RGB
CMYK
RGB Variations
Color information
#D73362 (or 0xD73362) is known color: Cerise. HEX triplet: D7, 33 and 62. RGB value is (215,51,98). Sum of RGB (Red+Green+Blue) = 215+51+98=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D73362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73362 is #28CC9D. Grayscale: #696969. Windows color (decimal): -2673822 or 6435799. OLE color: 6435799.
HSL color Cylindrical-coordinate representation of color #D73362: hue angle of 342.8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73362 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 98 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.16 |
| HSL | 342.8º | 0.67% | 0.52% | - |
| HSV(B) | 342.8º | 0.76% | 0.84% | - |
| XYZ | 31.41 | 17.7 | 13.32 | - |
| YUV | 105.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 98 | 0 | 0.76 | 0.54 | 0.16 | 342.8 | 0.67 | 0.52 |
| Hex | D7 | 33 | 62 | 0 | 4C | 36 | 10 | 157 | 43 | 34 |
| Octal | 327 | 63 | 142 | 0 | 114 | 66 | 20 | 527 | 103 | 64 |
| Binary | 11010111 | 110011 | 1100010 | 0 | 1001100 | 110110 | 10000 | 101010111 | 1000011 | 110100 |
Color Harmonies of #D73362
Complementary color
Monochromatic Colors of #D73362
Black with #D73362
Text Example
Text Example
White with #D73362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73362; }
p { color: rgb(215,51,98); }
H1.HeaderClassName
{
color: #D73362;
}
.AnyTagClassName
{
color: #D73362;
}
</style>
background-color css
<style>
a { background-color: #D73362; }
a { background-color: rgb(215,51,98); }
div.DivClassName
{
background-color: #D73362;
}
.BgClassName
{
background-color: #D73362;
}
</style>
border-color css
<style>
span { border-color: #D73362; }
span { border-color: rgb(215,51,98); }
td.TdClassName
{
border-color: #D73362;
}
.TagClassName
{
border-color: #D73362;
}
</style>