Shades of Cerise #D2386D
Tints of Cerise #D2386D
RGB
CMYK
RGB Variations
Color information
#D2386D (or 0xD2386D) is known color: Cerise. HEX triplet: D2, 38 and 6D. RGB value is (210,56,109). Sum of RGB (Red+Green+Blue) = 210+56+109=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2386D is #2DC792. Grayscale: #6C6C6C. Windows color (decimal): -3000211 or 7157970. OLE color: 7157970.
HSL color Cylindrical-coordinate representation of color #D2386D: hue angle of 339.35º 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 #D2386D is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 109 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.18 |
| HSL | 339.35º | 0.63% | 0.52% | - |
| HSV(B) | 339.35º | 0.73% | 0.82% | - |
| XYZ | 30.75 | 17.63 | 16.25 | - |
| YUV | 108.09 | 128.52 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 109 | 0 | 0.73 | 0.48 | 0.18 | 339.35 | 0.63 | 0.52 |
| Hex | D2 | 38 | 6D | 0 | 49 | 30 | 12 | 153 | 3F | 34 |
| Octal | 322 | 70 | 155 | 0 | 111 | 60 | 22 | 523 | 77 | 64 |
| Binary | 11010010 | 111000 | 1101101 | 0 | 1001001 | 110000 | 10010 | 101010011 | 111111 | 110100 |
Color Harmonies of #D2386D
Complementary color
Monochromatic Colors of #D2386D
Black with #D2386D
Text Example
Text Example
White with #D2386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2386D; }
p { color: rgb(210,56,109); }
H1.HeaderClassName
{
color: #D2386D;
}
.AnyTagClassName
{
color: #D2386D;
}
</style>
background-color css
<style>
a { background-color: #D2386D; }
a { background-color: rgb(210,56,109); }
div.DivClassName
{
background-color: #D2386D;
}
.BgClassName
{
background-color: #D2386D;
}
</style>
border-color css
<style>
span { border-color: #D2386D; }
span { border-color: rgb(210,56,109); }
td.TdClassName
{
border-color: #D2386D;
}
.TagClassName
{
border-color: #D2386D;
}
</style>