Shades of Cerise #D0386C
Tints of Cerise #D0386C
RGB
CMYK
RGB Variations
Color information
#D0386C (or 0xD0386C) is known color: Cerise. HEX triplet: D0, 38 and 6C. RGB value is (208,56,108). Sum of RGB (Red+Green+Blue) = 208+56+108=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0386C is #2FC793. Grayscale: #6B6B6B. Windows color (decimal): -3131284 or 7092432. OLE color: 7092432.
HSL color Cylindrical-coordinate representation of color #D0386C: hue angle of 339.47º 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 #D0386C is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 108 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.18 |
| HSL | 339.47º | 0.62% | 0.52% | - |
| HSV(B) | 339.47º | 0.73% | 0.82% | - |
| XYZ | 30.13 | 17.32 | 15.94 | - |
| YUV | 107.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 108 | 0 | 0.73 | 0.48 | 0.18 | 339.47 | 0.62 | 0.52 |
| Hex | D0 | 38 | 6C | 0 | 49 | 30 | 12 | 153 | 3E | 34 |
| Octal | 320 | 70 | 154 | 0 | 111 | 60 | 22 | 523 | 76 | 64 |
| Binary | 11010000 | 111000 | 1101100 | 0 | 1001001 | 110000 | 10010 | 101010011 | 111110 | 110100 |
Color Harmonies of #D0386C
Complementary color
Monochromatic Colors of #D0386C
Black with #D0386C
Text Example
Text Example
White with #D0386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0386C; }
p { color: rgb(208,56,108); }
H1.HeaderClassName
{
color: #D0386C;
}
.AnyTagClassName
{
color: #D0386C;
}
</style>
background-color css
<style>
a { background-color: #D0386C; }
a { background-color: rgb(208,56,108); }
div.DivClassName
{
background-color: #D0386C;
}
.BgClassName
{
background-color: #D0386C;
}
</style>
border-color css
<style>
span { border-color: #D0386C; }
span { border-color: rgb(208,56,108); }
td.TdClassName
{
border-color: #D0386C;
}
.TagClassName
{
border-color: #D0386C;
}
</style>