Shades of Deep Cerise #D0399A
Tints of Deep Cerise #D0399A
RGB
CMYK
RGB Variations
Color information
#D0399A (or 0xD0399A) is known color: Deep Cerise. HEX triplet: D0, 39 and 9A. RGB value is (208,57,154). Sum of RGB (Red+Green+Blue) = 208+57+154=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0399A is #2FC665. Grayscale: #707070. Windows color (decimal): -3130982 or 10107344. OLE color: 10107344.
HSL color Cylindrical-coordinate representation of color #D0399A: hue angle of 321.46º 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 #D0399A is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 154 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.18 |
| HSL | 321.46º | 0.62% | 0.52% | - |
| HSV(B) | 321.46º | 0.73% | 0.82% | - |
| XYZ | 33.31 | 18.67 | 32.42 | - |
| YUV | 113.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 154 | 0 | 0.73 | 0.26 | 0.18 | 321.46 | 0.62 | 0.52 |
| Hex | D0 | 39 | 9A | 0 | 49 | 1A | 12 | 141 | 3E | 34 |
| Octal | 320 | 71 | 232 | 0 | 111 | 32 | 22 | 501 | 76 | 64 |
| Binary | 11010000 | 111001 | 10011010 | 0 | 1001001 | 11010 | 10010 | 101000001 | 111110 | 110100 |
Color Harmonies of #D0399A
Complementary color
Monochromatic Colors of #D0399A
Black with #D0399A
Text Example
Text Example
White with #D0399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0399A; }
p { color: rgb(208,57,154); }
H1.HeaderClassName
{
color: #D0399A;
}
.AnyTagClassName
{
color: #D0399A;
}
</style>
background-color css
<style>
a { background-color: #D0399A; }
a { background-color: rgb(208,57,154); }
div.DivClassName
{
background-color: #D0399A;
}
.BgClassName
{
background-color: #D0399A;
}
</style>
border-color css
<style>
span { border-color: #D0399A; }
span { border-color: rgb(208,57,154); }
td.TdClassName
{
border-color: #D0399A;
}
.TagClassName
{
border-color: #D0399A;
}
</style>