Shades of Cerise #D3385E
Tints of Cerise #D3385E
RGB
CMYK
RGB Variations
Color information
#D3385E (or 0xD3385E) is known color: Cerise. HEX triplet: D3, 38 and 5E. RGB value is (211,56,94). Sum of RGB (Red+Green+Blue) = 211+56+94=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D3385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3385E is #2CC7A1. Grayscale: #6A6A6A. Windows color (decimal): -2934690 or 6174931. OLE color: 6174931.
HSL color Cylindrical-coordinate representation of color #D3385E: hue angle of 345.29º 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 #D3385E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 94 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.17 |
| HSL | 345.29º | 0.64% | 0.52% | - |
| HSV(B) | 345.29º | 0.73% | 0.83% | - |
| XYZ | 30.3 | 17.49 | 12.37 | - |
| YUV | 106.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 94 | 0 | 0.73 | 0.55 | 0.17 | 345.29 | 0.64 | 0.52 |
| Hex | D3 | 38 | 5E | 0 | 49 | 37 | 11 | 159 | 40 | 34 |
| Octal | 323 | 70 | 136 | 0 | 111 | 67 | 21 | 531 | 100 | 64 |
| Binary | 11010011 | 111000 | 1011110 | 0 | 1001001 | 110111 | 10001 | 101011001 | 1000000 | 110100 |
Color Harmonies of #D3385E
Complementary color
Monochromatic Colors of #D3385E
Black with #D3385E
Text Example
Text Example
White with #D3385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3385E; }
p { color: rgb(211,56,94); }
H1.HeaderClassName
{
color: #D3385E;
}
.AnyTagClassName
{
color: #D3385E;
}
</style>
background-color css
<style>
a { background-color: #D3385E; }
a { background-color: rgb(211,56,94); }
div.DivClassName
{
background-color: #D3385E;
}
.BgClassName
{
background-color: #D3385E;
}
</style>
border-color css
<style>
span { border-color: #D3385E; }
span { border-color: rgb(211,56,94); }
td.TdClassName
{
border-color: #D3385E;
}
.TagClassName
{
border-color: #D3385E;
}
</style>