Shades of Cerise #D93869
Tints of Cerise #D93869
RGB
CMYK
RGB Variations
Color information
#D93869 (or 0xD93869) is known color: Cerise. HEX triplet: D9, 38 and 69. RGB value is (217,56,105). Sum of RGB (Red+Green+Blue) = 217+56+105=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D93869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93869 is #26C796. Grayscale: #6D6D6D. Windows color (decimal): -2541463 or 6895833. OLE color: 6895833.
HSL color Cylindrical-coordinate representation of color #D93869: hue angle of 341.74º 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 #D93869 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 105 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.15 |
| HSL | 341.74º | 0.68% | 0.54% | - |
| HSV(B) | 341.74º | 0.74% | 0.85% | - |
| XYZ | 32.58 | 18.6 | 15.24 | - |
| YUV | 109.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 105 | 0 | 0.74 | 0.52 | 0.15 | 341.74 | 0.68 | 0.54 |
| Hex | D9 | 38 | 69 | 0 | 4A | 34 | F | 156 | 44 | 36 |
| Octal | 331 | 70 | 151 | 0 | 112 | 64 | 17 | 526 | 104 | 66 |
| Binary | 11011001 | 111000 | 1101001 | 0 | 1001010 | 110100 | 1111 | 101010110 | 1000100 | 110110 |
Color Harmonies of #D93869
Complementary color
Monochromatic Colors of #D93869
Black with #D93869
Text Example
Text Example
White with #D93869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93869; }
p { color: rgb(217,56,105); }
H1.HeaderClassName
{
color: #D93869;
}
.AnyTagClassName
{
color: #D93869;
}
</style>
background-color css
<style>
a { background-color: #D93869; }
a { background-color: rgb(217,56,105); }
div.DivClassName
{
background-color: #D93869;
}
.BgClassName
{
background-color: #D93869;
}
</style>
border-color css
<style>
span { border-color: #D93869; }
span { border-color: rgb(217,56,105); }
td.TdClassName
{
border-color: #D93869;
}
.TagClassName
{
border-color: #D93869;
}
</style>