Shades of Cerise #D83A68
Tints of Cerise #D83A68
RGB
CMYK
RGB Variations
Color information
#D83A68 (or 0xD83A68) is known color: Cerise. HEX triplet: D8, 3A and 68. RGB value is (216,58,104). Sum of RGB (Red+Green+Blue) = 216+58+104=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83A68 is #27C597. Grayscale: #6E6E6E. Windows color (decimal): -2606488 or 6830808. OLE color: 6830808.
HSL color Cylindrical-coordinate representation of color #D83A68: hue angle of 342.53º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83A68 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 104 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.15 |
| HSL | 342.53º | 0.67% | 0.54% | - |
| HSV(B) | 342.53º | 0.73% | 0.85% | - |
| XYZ | 32.33 | 18.62 | 14.99 | - |
| YUV | 110.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 104 | 0 | 0.73 | 0.52 | 0.15 | 342.53 | 0.67 | 0.54 |
| Hex | D8 | 3A | 68 | 0 | 49 | 34 | F | 157 | 43 | 36 |
| Octal | 330 | 72 | 150 | 0 | 111 | 64 | 17 | 527 | 103 | 66 |
| Binary | 11011000 | 111010 | 1101000 | 0 | 1001001 | 110100 | 1111 | 101010111 | 1000011 | 110110 |
Color Harmonies of #D83A68
Complementary color
Monochromatic Colors of #D83A68
Black with #D83A68
Text Example
Text Example
White with #D83A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A68; }
p { color: rgb(216,58,104); }
H1.HeaderClassName
{
color: #D83A68;
}
.AnyTagClassName
{
color: #D83A68;
}
</style>
background-color css
<style>
a { background-color: #D83A68; }
a { background-color: rgb(216,58,104); }
div.DivClassName
{
background-color: #D83A68;
}
.BgClassName
{
background-color: #D83A68;
}
</style>
border-color css
<style>
span { border-color: #D83A68; }
span { border-color: rgb(216,58,104); }
td.TdClassName
{
border-color: #D83A68;
}
.TagClassName
{
border-color: #D83A68;
}
</style>