Shades of Cerise #D2375A
Tints of Cerise #D2375A
RGB
CMYK
RGB Variations
Color information
#D2375A (or 0xD2375A) is known color: Cerise. HEX triplet: D2, 37 and 5A. RGB value is (210,55,90). Sum of RGB (Red+Green+Blue) = 210+55+90=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2375A is #2DC8A5. Grayscale: #696969. Windows color (decimal): -3000486 or 5912530. OLE color: 5912530.
HSL color Cylindrical-coordinate representation of color #D2375A: hue angle of 346.45º 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 #D2375A is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 90 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.18 |
| HSL | 346.45º | 0.63% | 0.52% | - |
| HSV(B) | 346.45º | 0.74% | 0.82% | - |
| XYZ | 29.79 | 17.17 | 11.42 | - |
| YUV | 105.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 90 | 0 | 0.74 | 0.57 | 0.18 | 346.45 | 0.63 | 0.52 |
| Hex | D2 | 37 | 5A | 0 | 4A | 39 | 12 | 15A | 3F | 34 |
| Octal | 322 | 67 | 132 | 0 | 112 | 71 | 22 | 532 | 77 | 64 |
| Binary | 11010010 | 110111 | 1011010 | 0 | 1001010 | 111001 | 10010 | 101011010 | 111111 | 110100 |
Color Harmonies of #D2375A
Complementary color
Monochromatic Colors of #D2375A
Black with #D2375A
Text Example
Text Example
White with #D2375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2375A; }
p { color: rgb(210,55,90); }
H1.HeaderClassName
{
color: #D2375A;
}
.AnyTagClassName
{
color: #D2375A;
}
</style>
background-color css
<style>
a { background-color: #D2375A; }
a { background-color: rgb(210,55,90); }
div.DivClassName
{
background-color: #D2375A;
}
.BgClassName
{
background-color: #D2375A;
}
</style>
border-color css
<style>
span { border-color: #D2375A; }
span { border-color: rgb(210,55,90); }
td.TdClassName
{
border-color: #D2375A;
}
.TagClassName
{
border-color: #D2375A;
}
</style>