Shades of Deep Cerise #D2387F
Tints of Deep Cerise #D2387F
RGB
CMYK
RGB Variations
Color information
#D2387F (or 0xD2387F) is known color: Deep Cerise. HEX triplet: D2, 38 and 7F. RGB value is (210,56,127). Sum of RGB (Red+Green+Blue) = 210+56+127=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2387F is #2DC780. Grayscale: #6E6E6E. Windows color (decimal): -3000193 or 8337618. OLE color: 8337618.
HSL color Cylindrical-coordinate representation of color #D2387F: hue angle of 332.34º 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 #D2387F is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 127 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.18 |
| HSL | 332.34º | 0.63% | 0.52% | - |
| HSV(B) | 332.34º | 0.73% | 0.82% | - |
| XYZ | 31.82 | 18.06 | 21.89 | - |
| YUV | 110.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 127 | 0 | 0.73 | 0.40 | 0.18 | 332.34 | 0.63 | 0.52 |
| Hex | D2 | 38 | 7F | 0 | 49 | 28 | 12 | 14C | 3F | 34 |
| Octal | 322 | 70 | 177 | 0 | 111 | 50 | 22 | 514 | 77 | 64 |
| Binary | 11010010 | 111000 | 1111111 | 0 | 1001001 | 101000 | 10010 | 101001100 | 111111 | 110100 |
Color Harmonies of #D2387F
Complementary color
Monochromatic Colors of #D2387F
Black with #D2387F
Text Example
Text Example
White with #D2387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2387F; }
p { color: rgb(210,56,127); }
H1.HeaderClassName
{
color: #D2387F;
}
.AnyTagClassName
{
color: #D2387F;
}
</style>
background-color css
<style>
a { background-color: #D2387F; }
a { background-color: rgb(210,56,127); }
div.DivClassName
{
background-color: #D2387F;
}
.BgClassName
{
background-color: #D2387F;
}
</style>
border-color css
<style>
span { border-color: #D2387F; }
span { border-color: rgb(210,56,127); }
td.TdClassName
{
border-color: #D2387F;
}
.TagClassName
{
border-color: #D2387F;
}
</style>