Shades of Cerise #D93862
Tints of Cerise #D93862
RGB
CMYK
RGB Variations
Color information
#D93862 (or 0xD93862) is known color: Cerise. HEX triplet: D9, 38 and 62. RGB value is (217,56,98). Sum of RGB (Red+Green+Blue) = 217+56+98=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D93862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93862 is #26C79D. Grayscale: #6C6C6C. Windows color (decimal): -2541470 or 6437081. OLE color: 6437081.
HSL color Cylindrical-coordinate representation of color #D93862: hue angle of 344.35º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93862 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 98 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.15 |
| HSL | 344.35º | 0.68% | 0.54% | - |
| HSV(B) | 344.35º | 0.74% | 0.85% | - |
| XYZ | 32.23 | 18.46 | 13.42 | - |
| YUV | 108.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 98 | 0 | 0.74 | 0.55 | 0.15 | 344.35 | 0.68 | 0.54 |
| Hex | D9 | 38 | 62 | 0 | 4A | 37 | F | 158 | 44 | 36 |
| Octal | 331 | 70 | 142 | 0 | 112 | 67 | 17 | 530 | 104 | 66 |
| Binary | 11011001 | 111000 | 1100010 | 0 | 1001010 | 110111 | 1111 | 101011000 | 1000100 | 110110 |
Color Harmonies of #D93862
Complementary color
Monochromatic Colors of #D93862
Black with #D93862
Text Example
Text Example
White with #D93862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93862; }
p { color: rgb(217,56,98); }
H1.HeaderClassName
{
color: #D93862;
}
.AnyTagClassName
{
color: #D93862;
}
</style>
background-color css
<style>
a { background-color: #D93862; }
a { background-color: rgb(217,56,98); }
div.DivClassName
{
background-color: #D93862;
}
.BgClassName
{
background-color: #D93862;
}
</style>
border-color css
<style>
span { border-color: #D93862; }
span { border-color: rgb(217,56,98); }
td.TdClassName
{
border-color: #D93862;
}
.TagClassName
{
border-color: #D93862;
}
</style>