Shades of Deep Cerise #D0398C
Tints of Deep Cerise #D0398C
RGB
CMYK
RGB Variations
Color information
#D0398C (or 0xD0398C) is known color: Deep Cerise. HEX triplet: D0, 39 and 8C. RGB value is (208,57,140). Sum of RGB (Red+Green+Blue) = 208+57+140=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0398C is #2FC673. Grayscale: #6F6F6F. Windows color (decimal): -3130996 or 9189840. OLE color: 9189840.
HSL color Cylindrical-coordinate representation of color #D0398C: hue angle of 327.02º 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 #D0398C is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 140 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.18 |
| HSL | 327.02º | 0.62% | 0.52% | - |
| HSV(B) | 327.02º | 0.73% | 0.82% | - |
| XYZ | 32.21 | 18.23 | 26.63 | - |
| YUV | 111.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 140 | 0 | 0.73 | 0.33 | 0.18 | 327.02 | 0.62 | 0.52 |
| Hex | D0 | 39 | 8C | 0 | 49 | 21 | 12 | 147 | 3E | 34 |
| Octal | 320 | 71 | 214 | 0 | 111 | 41 | 22 | 507 | 76 | 64 |
| Binary | 11010000 | 111001 | 10001100 | 0 | 1001001 | 100001 | 10010 | 101000111 | 111110 | 110100 |
Color Harmonies of #D0398C
Complementary color
Monochromatic Colors of #D0398C
Black with #D0398C
Text Example
Text Example
White with #D0398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0398C; }
p { color: rgb(208,57,140); }
H1.HeaderClassName
{
color: #D0398C;
}
.AnyTagClassName
{
color: #D0398C;
}
</style>
background-color css
<style>
a { background-color: #D0398C; }
a { background-color: rgb(208,57,140); }
div.DivClassName
{
background-color: #D0398C;
}
.BgClassName
{
background-color: #D0398C;
}
</style>
border-color css
<style>
span { border-color: #D0398C; }
span { border-color: rgb(208,57,140); }
td.TdClassName
{
border-color: #D0398C;
}
.TagClassName
{
border-color: #D0398C;
}
</style>