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