Shades of Cerise #D94362
Tints of Cerise #D94362
RGB
CMYK
RGB Variations
Color information
#D94362 (or 0xD94362) is known color: Cerise. HEX triplet: D9, 43 and 62. RGB value is (217,67,98). Sum of RGB (Red+Green+Blue) = 217+67+98=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D94362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94362 is #26BC9D. Grayscale: #737373. Windows color (decimal): -2538654 or 6439897. OLE color: 6439897.
HSL color Cylindrical-coordinate representation of color #D94362: hue angle of 347.6º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94362 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 98 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.15 |
| HSL | 347.6º | 0.66% | 0.56% | - |
| HSV(B) | 347.6º | 0.69% | 0.85% | - |
| XYZ | 32.83 | 19.65 | 13.62 | - |
| YUV | 115.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 98 | 0 | 0.69 | 0.55 | 0.15 | 347.6 | 0.66 | 0.56 |
| Hex | D9 | 43 | 62 | 0 | 45 | 37 | F | 15C | 42 | 38 |
| Octal | 331 | 103 | 142 | 0 | 105 | 67 | 17 | 534 | 102 | 70 |
| Binary | 11011001 | 1000011 | 1100010 | 0 | 1000101 | 110111 | 1111 | 101011100 | 1000010 | 111000 |
Color Harmonies of #D94362
Complementary color
Monochromatic Colors of #D94362
Black with #D94362
Text Example
Text Example
White with #D94362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94362; }
p { color: rgb(217,67,98); }
H1.HeaderClassName
{
color: #D94362;
}
.AnyTagClassName
{
color: #D94362;
}
</style>
background-color css
<style>
a { background-color: #D94362; }
a { background-color: rgb(217,67,98); }
div.DivClassName
{
background-color: #D94362;
}
.BgClassName
{
background-color: #D94362;
}
</style>
border-color css
<style>
span { border-color: #D94362; }
span { border-color: rgb(217,67,98); }
td.TdClassName
{
border-color: #D94362;
}
.TagClassName
{
border-color: #D94362;
}
</style>