Shades of Cerise #D83D68
Tints of Cerise #D83D68
RGB
CMYK
RGB Variations
Color information
#D83D68 (or 0xD83D68) is known color: Cerise. HEX triplet: D8, 3D and 68. RGB value is (216,61,104). Sum of RGB (Red+Green+Blue) = 216+61+104=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D68 is #27C297. Grayscale: #707070. Windows color (decimal): -2605720 or 6831576. OLE color: 6831576.
HSL color Cylindrical-coordinate representation of color #D83D68: hue angle of 343.35º 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 #D83D68 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 104 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.15 |
| HSL | 343.35º | 0.67% | 0.54% | - |
| HSV(B) | 343.35º | 0.72% | 0.85% | - |
| XYZ | 32.49 | 18.94 | 15.04 | - |
| YUV | 112.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 104 | 0 | 0.72 | 0.52 | 0.15 | 343.35 | 0.67 | 0.54 |
| Hex | D8 | 3D | 68 | 0 | 48 | 34 | F | 157 | 43 | 36 |
| Octal | 330 | 75 | 150 | 0 | 110 | 64 | 17 | 527 | 103 | 66 |
| Binary | 11011000 | 111101 | 1101000 | 0 | 1001000 | 110100 | 1111 | 101010111 | 1000011 | 110110 |
Color Harmonies of #D83D68
Complementary color
Monochromatic Colors of #D83D68
Black with #D83D68
Text Example
Text Example
White with #D83D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D68; }
p { color: rgb(216,61,104); }
H1.HeaderClassName
{
color: #D83D68;
}
.AnyTagClassName
{
color: #D83D68;
}
</style>
background-color css
<style>
a { background-color: #D83D68; }
a { background-color: rgb(216,61,104); }
div.DivClassName
{
background-color: #D83D68;
}
.BgClassName
{
background-color: #D83D68;
}
</style>
border-color css
<style>
span { border-color: #D83D68; }
span { border-color: rgb(216,61,104); }
td.TdClassName
{
border-color: #D83D68;
}
.TagClassName
{
border-color: #D83D68;
}
</style>