Shades of Cerise #D3386C
Tints of Cerise #D3386C
RGB
CMYK
RGB Variations
Color information
#D3386C (or 0xD3386C) is known color: Cerise. HEX triplet: D3, 38 and 6C. RGB value is (211,56,108). Sum of RGB (Red+Green+Blue) = 211+56+108=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3386C is #2CC793. Grayscale: #6C6C6C. Windows color (decimal): -2934676 or 7092435. OLE color: 7092435.
HSL color Cylindrical-coordinate representation of color #D3386C: hue angle of 339.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3386C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 108 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.17 |
| HSL | 339.87º | 0.64% | 0.52% | - |
| HSV(B) | 339.87º | 0.73% | 0.83% | - |
| XYZ | 30.98 | 17.76 | 15.98 | - |
| YUV | 108.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 108 | 0 | 0.73 | 0.49 | 0.17 | 339.87 | 0.64 | 0.52 |
| Hex | D3 | 38 | 6C | 0 | 49 | 31 | 11 | 154 | 40 | 34 |
| Octal | 323 | 70 | 154 | 0 | 111 | 61 | 21 | 524 | 100 | 64 |
| Binary | 11010011 | 111000 | 1101100 | 0 | 1001001 | 110001 | 10001 | 101010100 | 1000000 | 110100 |
Color Harmonies of #D3386C
Complementary color
Monochromatic Colors of #D3386C
Black with #D3386C
Text Example
Text Example
White with #D3386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3386C; }
p { color: rgb(211,56,108); }
H1.HeaderClassName
{
color: #D3386C;
}
.AnyTagClassName
{
color: #D3386C;
}
</style>
background-color css
<style>
a { background-color: #D3386C; }
a { background-color: rgb(211,56,108); }
div.DivClassName
{
background-color: #D3386C;
}
.BgClassName
{
background-color: #D3386C;
}
</style>
border-color css
<style>
span { border-color: #D3386C; }
span { border-color: rgb(211,56,108); }
td.TdClassName
{
border-color: #D3386C;
}
.TagClassName
{
border-color: #D3386C;
}
</style>