Shades of Cerise #D93865
Tints of Cerise #D93865
RGB
CMYK
RGB Variations
Color information
#D93865 (or 0xD93865) is known color: Cerise. HEX triplet: D9, 38 and 65. RGB value is (217,56,101). Sum of RGB (Red+Green+Blue) = 217+56+101=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D93865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93865 is #26C79A. Grayscale: #6D6D6D. Windows color (decimal): -2541467 or 6633689. OLE color: 6633689.
HSL color Cylindrical-coordinate representation of color #D93865: hue angle of 343.23º 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 #D93865 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 101 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.15 |
| HSL | 343.23º | 0.68% | 0.54% | - |
| HSV(B) | 343.23º | 0.74% | 0.85% | - |
| XYZ | 32.38 | 18.52 | 14.18 | - |
| YUV | 109.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 101 | 0 | 0.74 | 0.53 | 0.15 | 343.23 | 0.68 | 0.54 |
| Hex | D9 | 38 | 65 | 0 | 4A | 35 | F | 157 | 44 | 36 |
| Octal | 331 | 70 | 145 | 0 | 112 | 65 | 17 | 527 | 104 | 66 |
| Binary | 11011001 | 111000 | 1100101 | 0 | 1001010 | 110101 | 1111 | 101010111 | 1000100 | 110110 |
Color Harmonies of #D93865
Complementary color
Monochromatic Colors of #D93865
Black with #D93865
Text Example
Text Example
White with #D93865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93865; }
p { color: rgb(217,56,101); }
H1.HeaderClassName
{
color: #D93865;
}
.AnyTagClassName
{
color: #D93865;
}
</style>
background-color css
<style>
a { background-color: #D93865; }
a { background-color: rgb(217,56,101); }
div.DivClassName
{
background-color: #D93865;
}
.BgClassName
{
background-color: #D93865;
}
</style>
border-color css
<style>
span { border-color: #D93865; }
span { border-color: rgb(217,56,101); }
td.TdClassName
{
border-color: #D93865;
}
.TagClassName
{
border-color: #D93865;
}
</style>