Shades of Cerise #D2385E
Tints of Cerise #D2385E
RGB
CMYK
RGB Variations
Color information
#D2385E (or 0xD2385E) is known color: Cerise. HEX triplet: D2, 38 and 5E. RGB value is (210,56,94). Sum of RGB (Red+Green+Blue) = 210+56+94=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2385E is #2DC7A1. Grayscale: #6A6A6A. Windows color (decimal): -3000226 or 6174930. OLE color: 6174930.
HSL color Cylindrical-coordinate representation of color #D2385E: hue angle of 345.19º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2385E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 94 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.18 |
| HSL | 345.19º | 0.63% | 0.52% | - |
| HSV(B) | 345.19º | 0.73% | 0.82% | - |
| XYZ | 30.01 | 17.34 | 12.35 | - |
| YUV | 106.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 94 | 0 | 0.73 | 0.55 | 0.18 | 345.19 | 0.63 | 0.52 |
| Hex | D2 | 38 | 5E | 0 | 49 | 37 | 12 | 159 | 3F | 34 |
| Octal | 322 | 70 | 136 | 0 | 111 | 67 | 22 | 531 | 77 | 64 |
| Binary | 11010010 | 111000 | 1011110 | 0 | 1001001 | 110111 | 10010 | 101011001 | 111111 | 110100 |
Color Harmonies of #D2385E
Complementary color
Monochromatic Colors of #D2385E
Black with #D2385E
Text Example
Text Example
White with #D2385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2385E; }
p { color: rgb(210,56,94); }
H1.HeaderClassName
{
color: #D2385E;
}
.AnyTagClassName
{
color: #D2385E;
}
</style>
background-color css
<style>
a { background-color: #D2385E; }
a { background-color: rgb(210,56,94); }
div.DivClassName
{
background-color: #D2385E;
}
.BgClassName
{
background-color: #D2385E;
}
</style>
border-color css
<style>
span { border-color: #D2385E; }
span { border-color: rgb(210,56,94); }
td.TdClassName
{
border-color: #D2385E;
}
.TagClassName
{
border-color: #D2385E;
}
</style>