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