Shades of Cerise #D94162
Tints of Cerise #D94162
RGB
CMYK
RGB Variations
Color information
#D94162 (or 0xD94162) is known color: Cerise. HEX triplet: D9, 41 and 62. RGB value is (217,65,98). Sum of RGB (Red+Green+Blue) = 217+65+98=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D94162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94162 is #26BE9D. Grayscale: #727272. Windows color (decimal): -2539166 or 6439385. OLE color: 6439385.
HSL color Cylindrical-coordinate representation of color #D94162: hue angle of 346.97º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94162 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 98 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.15 |
| HSL | 346.97º | 0.67% | 0.55% | - |
| HSV(B) | 346.97º | 0.7% | 0.85% | - |
| XYZ | 32.71 | 19.41 | 13.58 | - |
| YUV | 114.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 98 | 0 | 0.70 | 0.55 | 0.15 | 346.97 | 0.67 | 0.55 |
| Hex | D9 | 41 | 62 | 0 | 46 | 37 | F | 15B | 43 | 37 |
| Octal | 331 | 101 | 142 | 0 | 106 | 67 | 17 | 533 | 103 | 67 |
| Binary | 11011001 | 1000001 | 1100010 | 0 | 1000110 | 110111 | 1111 | 101011011 | 1000011 | 110111 |
Color Harmonies of #D94162
Complementary color
Monochromatic Colors of #D94162
Black with #D94162
Text Example
Text Example
White with #D94162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94162; }
p { color: rgb(217,65,98); }
H1.HeaderClassName
{
color: #D94162;
}
.AnyTagClassName
{
color: #D94162;
}
</style>
background-color css
<style>
a { background-color: #D94162; }
a { background-color: rgb(217,65,98); }
div.DivClassName
{
background-color: #D94162;
}
.BgClassName
{
background-color: #D94162;
}
</style>
border-color css
<style>
span { border-color: #D94162; }
span { border-color: rgb(217,65,98); }
td.TdClassName
{
border-color: #D94162;
}
.TagClassName
{
border-color: #D94162;
}
</style>