Shades of Cerise #D2385F
Tints of Cerise #D2385F
RGB
CMYK
RGB Variations
Color information
#D2385F (or 0xD2385F) is known color: Cerise. HEX triplet: D2, 38 and 5F. RGB value is (210,56,95). Sum of RGB (Red+Green+Blue) = 210+56+95=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2385F is #2DC7A0. Grayscale: #6A6A6A. Windows color (decimal): -3000225 or 6240466. OLE color: 6240466.
HSL color Cylindrical-coordinate representation of color #D2385F: hue angle of 344.81º 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 #D2385F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 95 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.18 |
| HSL | 344.81º | 0.63% | 0.52% | - |
| HSV(B) | 344.81º | 0.73% | 0.82% | - |
| XYZ | 30.06 | 17.36 | 12.59 | - |
| YUV | 106.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 95 | 0 | 0.73 | 0.55 | 0.18 | 344.81 | 0.63 | 0.52 |
| Hex | D2 | 38 | 5F | 0 | 49 | 37 | 12 | 159 | 3F | 34 |
| Octal | 322 | 70 | 137 | 0 | 111 | 67 | 22 | 531 | 77 | 64 |
| Binary | 11010010 | 111000 | 1011111 | 0 | 1001001 | 110111 | 10010 | 101011001 | 111111 | 110100 |
Color Harmonies of #D2385F
Complementary color
Monochromatic Colors of #D2385F
Black with #D2385F
Text Example
Text Example
White with #D2385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2385F; }
p { color: rgb(210,56,95); }
H1.HeaderClassName
{
color: #D2385F;
}
.AnyTagClassName
{
color: #D2385F;
}
</style>
background-color css
<style>
a { background-color: #D2385F; }
a { background-color: rgb(210,56,95); }
div.DivClassName
{
background-color: #D2385F;
}
.BgClassName
{
background-color: #D2385F;
}
</style>
border-color css
<style>
span { border-color: #D2385F; }
span { border-color: rgb(210,56,95); }
td.TdClassName
{
border-color: #D2385F;
}
.TagClassName
{
border-color: #D2385F;
}
</style>