Shades of Cerise #D84068
Tints of Cerise #D84068
RGB
CMYK
RGB Variations
Color information
#D84068 (or 0xD84068) is known color: Cerise. HEX triplet: D8, 40 and 68. RGB value is (216,64,104). Sum of RGB (Red+Green+Blue) = 216+64+104=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D84068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84068 is #27BF97. Grayscale: #727272. Windows color (decimal): -2604952 or 6832344. OLE color: 6832344.
HSL color Cylindrical-coordinate representation of color #D84068: hue angle of 344.21º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84068 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 104 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.15 |
| HSL | 344.21º | 0.66% | 0.55% | - |
| HSV(B) | 344.21º | 0.7% | 0.85% | - |
| XYZ | 32.65 | 19.27 | 15.09 | - |
| YUV | 114.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 104 | 0 | 0.70 | 0.52 | 0.15 | 344.21 | 0.66 | 0.55 |
| Hex | D8 | 40 | 68 | 0 | 46 | 34 | F | 158 | 42 | 37 |
| Octal | 330 | 100 | 150 | 0 | 106 | 64 | 17 | 530 | 102 | 67 |
| Binary | 11011000 | 1000000 | 1101000 | 0 | 1000110 | 110100 | 1111 | 101011000 | 1000010 | 110111 |
Color Harmonies of #D84068
Complementary color
Monochromatic Colors of #D84068
Black with #D84068
Text Example
Text Example
White with #D84068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84068; }
p { color: rgb(216,64,104); }
H1.HeaderClassName
{
color: #D84068;
}
.AnyTagClassName
{
color: #D84068;
}
</style>
background-color css
<style>
a { background-color: #D84068; }
a { background-color: rgb(216,64,104); }
div.DivClassName
{
background-color: #D84068;
}
.BgClassName
{
background-color: #D84068;
}
</style>
border-color css
<style>
span { border-color: #D84068; }
span { border-color: rgb(216,64,104); }
td.TdClassName
{
border-color: #D84068;
}
.TagClassName
{
border-color: #D84068;
}
</style>