Shades of Deep Cerise #D2389F
Tints of Deep Cerise #D2389F
RGB
CMYK
RGB Variations
Color information
#D2389F (or 0xD2389F) is known color: Deep Cerise. HEX triplet: D2, 38 and 9F. RGB value is (210,56,159). Sum of RGB (Red+Green+Blue) = 210+56+159=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2389F is #2DC760. Grayscale: #717171. Windows color (decimal): -3000161 or 10434770. OLE color: 10434770.
HSL color Cylindrical-coordinate representation of color #D2389F: hue angle of 319.87º 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 #D2389F is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 159 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.18 |
| HSL | 319.87º | 0.63% | 0.52% | - |
| HSV(B) | 319.87º | 0.73% | 0.82% | - |
| XYZ | 34.25 | 19.03 | 34.67 | - |
| YUV | 113.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 159 | 0 | 0.73 | 0.24 | 0.18 | 319.87 | 0.63 | 0.52 |
| Hex | D2 | 38 | 9F | 0 | 49 | 18 | 12 | 140 | 3F | 34 |
| Octal | 322 | 70 | 237 | 0 | 111 | 30 | 22 | 500 | 77 | 64 |
| Binary | 11010010 | 111000 | 10011111 | 0 | 1001001 | 11000 | 10010 | 101000000 | 111111 | 110100 |
Color Harmonies of #D2389F
Complementary color
Monochromatic Colors of #D2389F
Black with #D2389F
Text Example
Text Example
White with #D2389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2389F; }
p { color: rgb(210,56,159); }
H1.HeaderClassName
{
color: #D2389F;
}
.AnyTagClassName
{
color: #D2389F;
}
</style>
background-color css
<style>
a { background-color: #D2389F; }
a { background-color: rgb(210,56,159); }
div.DivClassName
{
background-color: #D2389F;
}
.BgClassName
{
background-color: #D2389F;
}
</style>
border-color css
<style>
span { border-color: #D2389F; }
span { border-color: rgb(210,56,159); }
td.TdClassName
{
border-color: #D2389F;
}
.TagClassName
{
border-color: #D2389F;
}
</style>