Shades of Cerise #D93463
Tints of Cerise #D93463
RGB
CMYK
RGB Variations
Color information
#D93463 (or 0xD93463) is known color: Cerise. HEX triplet: D9, 34 and 63. RGB value is (217,52,99). Sum of RGB (Red+Green+Blue) = 217+52+99=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D93463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93463 is #26CB9C. Grayscale: #6A6A6A. Windows color (decimal): -2542493 or 6501593. OLE color: 6501593.
HSL color Cylindrical-coordinate representation of color #D93463: hue angle of 342.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93463 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 99 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.15 |
| HSL | 342.91º | 0.68% | 0.53% | - |
| HSV(B) | 342.91º | 0.76% | 0.85% | - |
| XYZ | 32.1 | 18.11 | 13.61 | - |
| YUV | 106.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 99 | 0 | 0.76 | 0.54 | 0.15 | 342.91 | 0.68 | 0.53 |
| Hex | D9 | 34 | 63 | 0 | 4C | 36 | F | 157 | 44 | 35 |
| Octal | 331 | 64 | 143 | 0 | 114 | 66 | 17 | 527 | 104 | 65 |
| Binary | 11011001 | 110100 | 1100011 | 0 | 1001100 | 110110 | 1111 | 101010111 | 1000100 | 110101 |
Color Harmonies of #D93463
Complementary color
Monochromatic Colors of #D93463
Black with #D93463
Text Example
Text Example
White with #D93463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93463; }
p { color: rgb(217,52,99); }
H1.HeaderClassName
{
color: #D93463;
}
.AnyTagClassName
{
color: #D93463;
}
</style>
background-color css
<style>
a { background-color: #D93463; }
a { background-color: rgb(217,52,99); }
div.DivClassName
{
background-color: #D93463;
}
.BgClassName
{
background-color: #D93463;
}
</style>
border-color css
<style>
span { border-color: #D93463; }
span { border-color: rgb(217,52,99); }
td.TdClassName
{
border-color: #D93463;
}
.TagClassName
{
border-color: #D93463;
}
</style>