Shades of Cerise #D0396F
Tints of Cerise #D0396F
RGB
CMYK
RGB Variations
Color information
#D0396F (or 0xD0396F) is known color: Cerise. HEX triplet: D0, 39 and 6F. RGB value is (208,57,111). Sum of RGB (Red+Green+Blue) = 208+57+111=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D0396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0396F is #2FC690. Grayscale: #6C6C6C. Windows color (decimal): -3131025 or 7289296. OLE color: 7289296.
HSL color Cylindrical-coordinate representation of color #D0396F: hue angle of 338.54º 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 #D0396F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 111 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.18 |
| HSL | 338.54º | 0.62% | 0.52% | - |
| HSV(B) | 338.54º | 0.73% | 0.82% | - |
| XYZ | 30.34 | 17.48 | 16.81 | - |
| YUV | 108.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 111 | 0 | 0.73 | 0.47 | 0.18 | 338.54 | 0.62 | 0.52 |
| Hex | D0 | 39 | 6F | 0 | 49 | 2F | 12 | 153 | 3E | 34 |
| Octal | 320 | 71 | 157 | 0 | 111 | 57 | 22 | 523 | 76 | 64 |
| Binary | 11010000 | 111001 | 1101111 | 0 | 1001001 | 101111 | 10010 | 101010011 | 111110 | 110100 |
Color Harmonies of #D0396F
Complementary color
Monochromatic Colors of #D0396F
Black with #D0396F
Text Example
Text Example
White with #D0396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0396F; }
p { color: rgb(208,57,111); }
H1.HeaderClassName
{
color: #D0396F;
}
.AnyTagClassName
{
color: #D0396F;
}
</style>
background-color css
<style>
a { background-color: #D0396F; }
a { background-color: rgb(208,57,111); }
div.DivClassName
{
background-color: #D0396F;
}
.BgClassName
{
background-color: #D0396F;
}
</style>
border-color css
<style>
span { border-color: #D0396F; }
span { border-color: rgb(208,57,111); }
td.TdClassName
{
border-color: #D0396F;
}
.TagClassName
{
border-color: #D0396F;
}
</style>