Shades of Cerise #D3375E
Tints of Cerise #D3375E
RGB
CMYK
RGB Variations
Color information
#D3375E (or 0xD3375E) is known color: Cerise. HEX triplet: D3, 37 and 5E. RGB value is (211,55,94). Sum of RGB (Red+Green+Blue) = 211+55+94=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D3375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3375E is #2CC8A1. Grayscale: #6A6A6A. Windows color (decimal): -2934946 or 6174675. OLE color: 6174675.
HSL color Cylindrical-coordinate representation of color #D3375E: hue angle of 345º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3375E is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 94 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.17 |
| HSL | 345º | 0.64% | 0.52% | - |
| HSV(B) | 345º | 0.74% | 0.83% | - |
| XYZ | 30.25 | 17.39 | 12.35 | - |
| YUV | 106.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 94 | 0 | 0.74 | 0.55 | 0.17 | 345 | 0.64 | 0.52 |
| Hex | D3 | 37 | 5E | 0 | 4A | 37 | 11 | 159 | 40 | 34 |
| Octal | 323 | 67 | 136 | 0 | 112 | 67 | 21 | 531 | 100 | 64 |
| Binary | 11010011 | 110111 | 1011110 | 0 | 1001010 | 110111 | 10001 | 101011001 | 1000000 | 110100 |
Color Harmonies of #D3375E
Complementary color
Monochromatic Colors of #D3375E
Black with #D3375E
Text Example
Text Example
White with #D3375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3375E; }
p { color: rgb(211,55,94); }
H1.HeaderClassName
{
color: #D3375E;
}
.AnyTagClassName
{
color: #D3375E;
}
</style>
background-color css
<style>
a { background-color: #D3375E; }
a { background-color: rgb(211,55,94); }
div.DivClassName
{
background-color: #D3375E;
}
.BgClassName
{
background-color: #D3375E;
}
</style>
border-color css
<style>
span { border-color: #D3375E; }
span { border-color: rgb(211,55,94); }
td.TdClassName
{
border-color: #D3375E;
}
.TagClassName
{
border-color: #D3375E;
}
</style>