Shades of Cerise #D2376D
Tints of Cerise #D2376D
RGB
CMYK
RGB Variations
Color information
#D2376D (or 0xD2376D) is known color: Cerise. HEX triplet: D2, 37 and 6D. RGB value is (210,55,109). Sum of RGB (Red+Green+Blue) = 210+55+109=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2376D is #2DC892. Grayscale: #6B6B6B. Windows color (decimal): -3000467 or 7157714. OLE color: 7157714.
HSL color Cylindrical-coordinate representation of color #D2376D: hue angle of 339.1º degrees, saturation: 0.63, 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 #D2376D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 109 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.18 |
| HSL | 339.1º | 0.63% | 0.52% | - |
| HSV(B) | 339.1º | 0.74% | 0.82% | - |
| XYZ | 30.7 | 17.54 | 16.23 | - |
| YUV | 107.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 109 | 0 | 0.74 | 0.48 | 0.18 | 339.1 | 0.63 | 0.52 |
| Hex | D2 | 37 | 6D | 0 | 4A | 30 | 12 | 153 | 3F | 34 |
| Octal | 322 | 67 | 155 | 0 | 112 | 60 | 22 | 523 | 77 | 64 |
| Binary | 11010010 | 110111 | 1101101 | 0 | 1001010 | 110000 | 10010 | 101010011 | 111111 | 110100 |
Color Harmonies of #D2376D
Complementary color
Monochromatic Colors of #D2376D
Black with #D2376D
Text Example
Text Example
White with #D2376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2376D; }
p { color: rgb(210,55,109); }
H1.HeaderClassName
{
color: #D2376D;
}
.AnyTagClassName
{
color: #D2376D;
}
</style>
background-color css
<style>
a { background-color: #D2376D; }
a { background-color: rgb(210,55,109); }
div.DivClassName
{
background-color: #D2376D;
}
.BgClassName
{
background-color: #D2376D;
}
</style>
border-color css
<style>
span { border-color: #D2376D; }
span { border-color: rgb(210,55,109); }
td.TdClassName
{
border-color: #D2376D;
}
.TagClassName
{
border-color: #D2376D;
}
</style>