Shades of Cerise #D2376E
Tints of Cerise #D2376E
RGB
CMYK
RGB Variations
Color information
#D2376E (or 0xD2376E) is known color: Cerise. HEX triplet: D2, 37 and 6E. RGB value is (210,55,110). Sum of RGB (Red+Green+Blue) = 210+55+110=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2376E is #2DC891. Grayscale: #6B6B6B. Windows color (decimal): -3000466 or 7223250. OLE color: 7223250.
HSL color Cylindrical-coordinate representation of color #D2376E: hue angle of 338.71º 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 #D2376E is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 110 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.18 |
| HSL | 338.71º | 0.63% | 0.52% | - |
| HSV(B) | 338.71º | 0.74% | 0.82% | - |
| XYZ | 30.76 | 17.56 | 16.52 | - |
| YUV | 107.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 110 | 0 | 0.74 | 0.48 | 0.18 | 338.71 | 0.63 | 0.52 |
| Hex | D2 | 37 | 6E | 0 | 4A | 30 | 12 | 153 | 3F | 34 |
| Octal | 322 | 67 | 156 | 0 | 112 | 60 | 22 | 523 | 77 | 64 |
| Binary | 11010010 | 110111 | 1101110 | 0 | 1001010 | 110000 | 10010 | 101010011 | 111111 | 110100 |
Color Harmonies of #D2376E
Complementary color
Monochromatic Colors of #D2376E
Black with #D2376E
Text Example
Text Example
White with #D2376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2376E; }
p { color: rgb(210,55,110); }
H1.HeaderClassName
{
color: #D2376E;
}
.AnyTagClassName
{
color: #D2376E;
}
</style>
background-color css
<style>
a { background-color: #D2376E; }
a { background-color: rgb(210,55,110); }
div.DivClassName
{
background-color: #D2376E;
}
.BgClassName
{
background-color: #D2376E;
}
</style>
border-color css
<style>
span { border-color: #D2376E; }
span { border-color: rgb(210,55,110); }
td.TdClassName
{
border-color: #D2376E;
}
.TagClassName
{
border-color: #D2376E;
}
</style>