Shades of Deep Cerise #D0398A
Tints of Deep Cerise #D0398A
RGB
CMYK
RGB Variations
Color information
#D0398A (or 0xD0398A) is known color: Deep Cerise. HEX triplet: D0, 39 and 8A. RGB value is (208,57,138). Sum of RGB (Red+Green+Blue) = 208+57+138=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0398A is #2FC675. Grayscale: #6F6F6F. Windows color (decimal): -3130998 or 9058768. OLE color: 9058768.
HSL color Cylindrical-coordinate representation of color #D0398A: hue angle of 327.81º 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 #D0398A is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 138 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.18 |
| HSL | 327.81º | 0.62% | 0.52% | - |
| HSV(B) | 327.81º | 0.73% | 0.82% | - |
| XYZ | 32.06 | 18.17 | 25.86 | - |
| YUV | 111.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 138 | 0 | 0.73 | 0.34 | 0.18 | 327.81 | 0.62 | 0.52 |
| Hex | D0 | 39 | 8A | 0 | 49 | 22 | 12 | 148 | 3E | 34 |
| Octal | 320 | 71 | 212 | 0 | 111 | 42 | 22 | 510 | 76 | 64 |
| Binary | 11010000 | 111001 | 10001010 | 0 | 1001001 | 100010 | 10010 | 101001000 | 111110 | 110100 |
Color Harmonies of #D0398A
Complementary color
Monochromatic Colors of #D0398A
Black with #D0398A
Text Example
Text Example
White with #D0398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0398A; }
p { color: rgb(208,57,138); }
H1.HeaderClassName
{
color: #D0398A;
}
.AnyTagClassName
{
color: #D0398A;
}
</style>
background-color css
<style>
a { background-color: #D0398A; }
a { background-color: rgb(208,57,138); }
div.DivClassName
{
background-color: #D0398A;
}
.BgClassName
{
background-color: #D0398A;
}
</style>
border-color css
<style>
span { border-color: #D0398A; }
span { border-color: rgb(208,57,138); }
td.TdClassName
{
border-color: #D0398A;
}
.TagClassName
{
border-color: #D0398A;
}
</style>