Shades of Cerise #D0376D
Tints of Cerise #D0376D
RGB
CMYK
RGB Variations
Color information
#D0376D (or 0xD0376D) is known color: Cerise. HEX triplet: D0, 37 and 6D. RGB value is (208,55,109). Sum of RGB (Red+Green+Blue) = 208+55+109=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0376D is #2FC892. Grayscale: #6A6A6A. Windows color (decimal): -3131539 or 7157712. OLE color: 7157712.
HSL color Cylindrical-coordinate representation of color #D0376D: hue angle of 338.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0376D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 109 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.18 |
| HSL | 338.82º | 0.62% | 0.52% | - |
| HSV(B) | 338.82º | 0.74% | 0.82% | - |
| XYZ | 30.14 | 17.25 | 16.21 | - |
| YUV | 106.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 109 | 0 | 0.74 | 0.48 | 0.18 | 338.82 | 0.62 | 0.52 |
| Hex | D0 | 37 | 6D | 0 | 4A | 30 | 12 | 153 | 3E | 34 |
| Octal | 320 | 67 | 155 | 0 | 112 | 60 | 22 | 523 | 76 | 64 |
| Binary | 11010000 | 110111 | 1101101 | 0 | 1001010 | 110000 | 10010 | 101010011 | 111110 | 110100 |
Color Harmonies of #D0376D
Complementary color
Monochromatic Colors of #D0376D
Black with #D0376D
Text Example
Text Example
White with #D0376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0376D; }
p { color: rgb(208,55,109); }
H1.HeaderClassName
{
color: #D0376D;
}
.AnyTagClassName
{
color: #D0376D;
}
</style>
background-color css
<style>
a { background-color: #D0376D; }
a { background-color: rgb(208,55,109); }
div.DivClassName
{
background-color: #D0376D;
}
.BgClassName
{
background-color: #D0376D;
}
</style>
border-color css
<style>
span { border-color: #D0376D; }
span { border-color: rgb(208,55,109); }
td.TdClassName
{
border-color: #D0376D;
}
.TagClassName
{
border-color: #D0376D;
}
</style>