Shades of Cerise #D83C6B
Tints of Cerise #D83C6B
RGB
CMYK
RGB Variations
Color information
#D83C6B (or 0xD83C6B) is known color: Cerise. HEX triplet: D8, 3C and 6B. RGB value is (216,60,107). Sum of RGB (Red+Green+Blue) = 216+60+107=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C6B is #27C394. Grayscale: #6F6F6F. Windows color (decimal): -2605973 or 7027928. OLE color: 7027928.
HSL color Cylindrical-coordinate representation of color #D83C6B: hue angle of 341.92º 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 #D83C6B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 107 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.15 |
| HSL | 341.92º | 0.67% | 0.54% | - |
| HSV(B) | 341.92º | 0.72% | 0.85% | - |
| XYZ | 32.59 | 18.89 | 15.84 | - |
| YUV | 112 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 107 | 0 | 0.72 | 0.50 | 0.15 | 341.92 | 0.67 | 0.54 |
| Hex | D8 | 3C | 6B | 0 | 48 | 32 | F | 156 | 43 | 36 |
| Octal | 330 | 74 | 153 | 0 | 110 | 62 | 17 | 526 | 103 | 66 |
| Binary | 11011000 | 111100 | 1101011 | 0 | 1001000 | 110010 | 1111 | 101010110 | 1000011 | 110110 |
Color Harmonies of #D83C6B
Complementary color
Monochromatic Colors of #D83C6B
Black with #D83C6B
Text Example
Text Example
White with #D83C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C6B; }
p { color: rgb(216,60,107); }
H1.HeaderClassName
{
color: #D83C6B;
}
.AnyTagClassName
{
color: #D83C6B;
}
</style>
background-color css
<style>
a { background-color: #D83C6B; }
a { background-color: rgb(216,60,107); }
div.DivClassName
{
background-color: #D83C6B;
}
.BgClassName
{
background-color: #D83C6B;
}
</style>
border-color css
<style>
span { border-color: #D83C6B; }
span { border-color: rgb(216,60,107); }
td.TdClassName
{
border-color: #D83C6B;
}
.TagClassName
{
border-color: #D83C6B;
}
</style>