Shades of Cerise #D3386B
Tints of Cerise #D3386B
RGB
CMYK
RGB Variations
Color information
#D3386B (or 0xD3386B) is known color: Cerise. HEX triplet: D3, 38 and 6B. RGB value is (211,56,107). Sum of RGB (Red+Green+Blue) = 211+56+107=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3386B is #2CC794. Grayscale: #6C6C6C. Windows color (decimal): -2934677 or 7026899. OLE color: 7026899.
HSL color Cylindrical-coordinate representation of color #D3386B: hue angle of 340.26º 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 #D3386B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 107 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.17 |
| HSL | 340.26º | 0.64% | 0.52% | - |
| HSV(B) | 340.26º | 0.73% | 0.83% | - |
| XYZ | 30.93 | 17.74 | 15.7 | - |
| YUV | 108.16 | 127.35 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 107 | 0 | 0.73 | 0.49 | 0.17 | 340.26 | 0.64 | 0.52 |
| Hex | D3 | 38 | 6B | 0 | 49 | 31 | 11 | 154 | 40 | 34 |
| Octal | 323 | 70 | 153 | 0 | 111 | 61 | 21 | 524 | 100 | 64 |
| Binary | 11010011 | 111000 | 1101011 | 0 | 1001001 | 110001 | 10001 | 101010100 | 1000000 | 110100 |
Color Harmonies of #D3386B
Complementary color
Monochromatic Colors of #D3386B
Black with #D3386B
Text Example
Text Example
White with #D3386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3386B; }
p { color: rgb(211,56,107); }
H1.HeaderClassName
{
color: #D3386B;
}
.AnyTagClassName
{
color: #D3386B;
}
</style>
background-color css
<style>
a { background-color: #D3386B; }
a { background-color: rgb(211,56,107); }
div.DivClassName
{
background-color: #D3386B;
}
.BgClassName
{
background-color: #D3386B;
}
</style>
border-color css
<style>
span { border-color: #D3386B; }
span { border-color: rgb(211,56,107); }
td.TdClassName
{
border-color: #D3386B;
}
.TagClassName
{
border-color: #D3386B;
}
</style>