Shades of Cerise #D83C68
Tints of Cerise #D83C68
RGB
CMYK
RGB Variations
Color information
#D83C68 (or 0xD83C68) is known color: Cerise. HEX triplet: D8, 3C and 68. RGB value is (216,60,104). Sum of RGB (Red+Green+Blue) = 216+60+104=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C68 is #27C397. Grayscale: #6F6F6F. Windows color (decimal): -2605976 or 6831320. OLE color: 6831320.
HSL color Cylindrical-coordinate representation of color #D83C68: hue angle of 343.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C68 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 104 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.15 |
| HSL | 343.08º | 0.67% | 0.54% | - |
| HSV(B) | 343.08º | 0.72% | 0.85% | - |
| XYZ | 32.43 | 18.83 | 15.02 | - |
| YUV | 111.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 104 | 0 | 0.72 | 0.52 | 0.15 | 343.08 | 0.67 | 0.54 |
| Hex | D8 | 3C | 68 | 0 | 48 | 34 | F | 157 | 43 | 36 |
| Octal | 330 | 74 | 150 | 0 | 110 | 64 | 17 | 527 | 103 | 66 |
| Binary | 11011000 | 111100 | 1101000 | 0 | 1001000 | 110100 | 1111 | 101010111 | 1000011 | 110110 |
Color Harmonies of #D83C68
Complementary color
Monochromatic Colors of #D83C68
Black with #D83C68
Text Example
Text Example
White with #D83C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C68; }
p { color: rgb(216,60,104); }
H1.HeaderClassName
{
color: #D83C68;
}
.AnyTagClassName
{
color: #D83C68;
}
</style>
background-color css
<style>
a { background-color: #D83C68; }
a { background-color: rgb(216,60,104); }
div.DivClassName
{
background-color: #D83C68;
}
.BgClassName
{
background-color: #D83C68;
}
</style>
border-color css
<style>
span { border-color: #D83C68; }
span { border-color: rgb(216,60,104); }
td.TdClassName
{
border-color: #D83C68;
}
.TagClassName
{
border-color: #D83C68;
}
</style>