Shades of Cerise #D93962
Tints of Cerise #D93962
RGB
CMYK
RGB Variations
Color information
#D93962 (or 0xD93962) is known color: Cerise. HEX triplet: D9, 39 and 62. RGB value is (217,57,98). Sum of RGB (Red+Green+Blue) = 217+57+98=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D93962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93962 is #26C69D. Grayscale: #6D6D6D. Windows color (decimal): -2541214 or 6437337. OLE color: 6437337.
HSL color Cylindrical-coordinate representation of color #D93962: hue angle of 344.62º 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 #D93962 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 98 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.15 |
| HSL | 344.63º | 0.68% | 0.54% | - |
| HSV(B) | 344.63º | 0.74% | 0.85% | - |
| XYZ | 32.28 | 18.56 | 13.44 | - |
| YUV | 109.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 98 | 0 | 0.74 | 0.55 | 0.15 | 344.63 | 0.68 | 0.54 |
| Hex | D9 | 39 | 62 | 0 | 4A | 37 | F | 159 | 44 | 36 |
| Octal | 331 | 71 | 142 | 0 | 112 | 67 | 17 | 531 | 104 | 66 |
| Binary | 11011001 | 111001 | 1100010 | 0 | 1001010 | 110111 | 1111 | 101011001 | 1000100 | 110110 |
Color Harmonies of #D93962
Complementary color
Monochromatic Colors of #D93962
Black with #D93962
Text Example
Text Example
White with #D93962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93962; }
p { color: rgb(217,57,98); }
H1.HeaderClassName
{
color: #D93962;
}
.AnyTagClassName
{
color: #D93962;
}
</style>
background-color css
<style>
a { background-color: #D93962; }
a { background-color: rgb(217,57,98); }
div.DivClassName
{
background-color: #D93962;
}
.BgClassName
{
background-color: #D93962;
}
</style>
border-color css
<style>
span { border-color: #D93962; }
span { border-color: rgb(217,57,98); }
td.TdClassName
{
border-color: #D93962;
}
.TagClassName
{
border-color: #D93962;
}
</style>