Shades of Cerise #D2375F
Tints of Cerise #D2375F
RGB
CMYK
RGB Variations
Color information
#D2375F (or 0xD2375F) is known color: Cerise. HEX triplet: D2, 37 and 5F. RGB value is (210,55,95). Sum of RGB (Red+Green+Blue) = 210+55+95=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2375F is #2DC8A0. Grayscale: #696969. Windows color (decimal): -3000481 or 6240210. OLE color: 6240210.
HSL color Cylindrical-coordinate representation of color #D2375F: hue angle of 344.52º 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 #D2375F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 95 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.18 |
| HSL | 344.52º | 0.63% | 0.52% | - |
| HSV(B) | 344.52º | 0.74% | 0.82% | - |
| XYZ | 30.01 | 17.26 | 12.58 | - |
| YUV | 105.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 95 | 0 | 0.74 | 0.55 | 0.18 | 344.52 | 0.63 | 0.52 |
| Hex | D2 | 37 | 5F | 0 | 4A | 37 | 12 | 159 | 3F | 34 |
| Octal | 322 | 67 | 137 | 0 | 112 | 67 | 22 | 531 | 77 | 64 |
| Binary | 11010010 | 110111 | 1011111 | 0 | 1001010 | 110111 | 10010 | 101011001 | 111111 | 110100 |
Color Harmonies of #D2375F
Complementary color
Monochromatic Colors of #D2375F
Black with #D2375F
Text Example
Text Example
White with #D2375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2375F; }
p { color: rgb(210,55,95); }
H1.HeaderClassName
{
color: #D2375F;
}
.AnyTagClassName
{
color: #D2375F;
}
</style>
background-color css
<style>
a { background-color: #D2375F; }
a { background-color: rgb(210,55,95); }
div.DivClassName
{
background-color: #D2375F;
}
.BgClassName
{
background-color: #D2375F;
}
</style>
border-color css
<style>
span { border-color: #D2375F; }
span { border-color: rgb(210,55,95); }
td.TdClassName
{
border-color: #D2375F;
}
.TagClassName
{
border-color: #D2375F;
}
</style>