Shades of Deep Cerise #D0397D
Tints of Deep Cerise #D0397D
RGB
CMYK
RGB Variations
Color information
#D0397D (or 0xD0397D) is known color: Deep Cerise. HEX triplet: D0, 39 and 7D. RGB value is (208,57,125). Sum of RGB (Red+Green+Blue) = 208+57+125=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0397D is #2FC682. Grayscale: #6D6D6D. Windows color (decimal): -3131011 or 8206800. OLE color: 8206800.
HSL color Cylindrical-coordinate representation of color #D0397D: hue angle of 332.98º 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 #D0397D is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 125 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.18 |
| HSL | 332.98º | 0.62% | 0.52% | - |
| HSV(B) | 332.98º | 0.73% | 0.82% | - |
| XYZ | 31.18 | 17.82 | 21.2 | - |
| YUV | 109.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 125 | 0 | 0.73 | 0.40 | 0.18 | 332.98 | 0.62 | 0.52 |
| Hex | D0 | 39 | 7D | 0 | 49 | 28 | 12 | 14D | 3E | 34 |
| Octal | 320 | 71 | 175 | 0 | 111 | 50 | 22 | 515 | 76 | 64 |
| Binary | 11010000 | 111001 | 1111101 | 0 | 1001001 | 101000 | 10010 | 101001101 | 111110 | 110100 |
Color Harmonies of #D0397D
Complementary color
Monochromatic Colors of #D0397D
Black with #D0397D
Text Example
Text Example
White with #D0397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0397D; }
p { color: rgb(208,57,125); }
H1.HeaderClassName
{
color: #D0397D;
}
.AnyTagClassName
{
color: #D0397D;
}
</style>
background-color css
<style>
a { background-color: #D0397D; }
a { background-color: rgb(208,57,125); }
div.DivClassName
{
background-color: #D0397D;
}
.BgClassName
{
background-color: #D0397D;
}
</style>
border-color css
<style>
span { border-color: #D0397D; }
span { border-color: rgb(208,57,125); }
td.TdClassName
{
border-color: #D0397D;
}
.TagClassName
{
border-color: #D0397D;
}
</style>