Shades of Deep Cerise #D0398E
Tints of Deep Cerise #D0398E
RGB
CMYK
RGB Variations
Color information
#D0398E (or 0xD0398E) is known color: Deep Cerise. HEX triplet: D0, 39 and 8E. RGB value is (208,57,142). Sum of RGB (Red+Green+Blue) = 208+57+142=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0398E is #2FC671. Grayscale: #6F6F6F. Windows color (decimal): -3130994 or 9320912. OLE color: 9320912.
HSL color Cylindrical-coordinate representation of color #D0398E: hue angle of 326.23º degrees, saturation: 0.62, 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 #D0398E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 142 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.18 |
| HSL | 326.23º | 0.62% | 0.52% | - |
| HSV(B) | 326.23º | 0.73% | 0.82% | - |
| XYZ | 32.36 | 18.29 | 27.42 | - |
| YUV | 111.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 142 | 0 | 0.73 | 0.32 | 0.18 | 326.23 | 0.62 | 0.52 |
| Hex | D0 | 39 | 8E | 0 | 49 | 20 | 12 | 146 | 3E | 34 |
| Octal | 320 | 71 | 216 | 0 | 111 | 40 | 22 | 506 | 76 | 64 |
| Binary | 11010000 | 111001 | 10001110 | 0 | 1001001 | 100000 | 10010 | 101000110 | 111110 | 110100 |
Color Harmonies of #D0398E
Complementary color
Monochromatic Colors of #D0398E
Black with #D0398E
Text Example
Text Example
White with #D0398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0398E; }
p { color: rgb(208,57,142); }
H1.HeaderClassName
{
color: #D0398E;
}
.AnyTagClassName
{
color: #D0398E;
}
</style>
background-color css
<style>
a { background-color: #D0398E; }
a { background-color: rgb(208,57,142); }
div.DivClassName
{
background-color: #D0398E;
}
.BgClassName
{
background-color: #D0398E;
}
</style>
border-color css
<style>
span { border-color: #D0398E; }
span { border-color: rgb(208,57,142); }
td.TdClassName
{
border-color: #D0398E;
}
.TagClassName
{
border-color: #D0398E;
}
</style>