Shades of Cerise #D3376C
Tints of Cerise #D3376C
RGB
CMYK
RGB Variations
Color information
#D3376C (or 0xD3376C) is known color: Cerise. HEX triplet: D3, 37 and 6C. RGB value is (211,55,108). Sum of RGB (Red+Green+Blue) = 211+55+108=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3376C is #2CC893. Grayscale: #6B6B6B. Windows color (decimal): -2934932 or 7092179. OLE color: 7092179.
HSL color Cylindrical-coordinate representation of color #D3376C: hue angle of 339.62º 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 #D3376C is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 108 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.17 |
| HSL | 339.62º | 0.64% | 0.52% | - |
| HSV(B) | 339.62º | 0.74% | 0.83% | - |
| XYZ | 30.94 | 17.66 | 15.97 | - |
| YUV | 107.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 108 | 0 | 0.74 | 0.49 | 0.17 | 339.62 | 0.64 | 0.52 |
| Hex | D3 | 37 | 6C | 0 | 4A | 31 | 11 | 154 | 40 | 34 |
| Octal | 323 | 67 | 154 | 0 | 112 | 61 | 21 | 524 | 100 | 64 |
| Binary | 11010011 | 110111 | 1101100 | 0 | 1001010 | 110001 | 10001 | 101010100 | 1000000 | 110100 |
Color Harmonies of #D3376C
Complementary color
Monochromatic Colors of #D3376C
Black with #D3376C
Text Example
Text Example
White with #D3376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3376C; }
p { color: rgb(211,55,108); }
H1.HeaderClassName
{
color: #D3376C;
}
.AnyTagClassName
{
color: #D3376C;
}
</style>
background-color css
<style>
a { background-color: #D3376C; }
a { background-color: rgb(211,55,108); }
div.DivClassName
{
background-color: #D3376C;
}
.BgClassName
{
background-color: #D3376C;
}
</style>
border-color css
<style>
span { border-color: #D3376C; }
span { border-color: rgb(211,55,108); }
td.TdClassName
{
border-color: #D3376C;
}
.TagClassName
{
border-color: #D3376C;
}
</style>