Shades of Cerise #D0386B
Tints of Cerise #D0386B
RGB
CMYK
RGB Variations
Color information
#D0386B (or 0xD0386B) is known color: Cerise. HEX triplet: D0, 38 and 6B. RGB value is (208,56,107). Sum of RGB (Red+Green+Blue) = 208+56+107=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0386B is #2FC794. Grayscale: #6B6B6B. Windows color (decimal): -3131285 or 7026896. OLE color: 7026896.
HSL color Cylindrical-coordinate representation of color #D0386B: hue angle of 339.87º 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 #D0386B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 107 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.18 |
| HSL | 339.87º | 0.62% | 0.52% | - |
| HSV(B) | 339.87º | 0.73% | 0.82% | - |
| XYZ | 30.08 | 17.3 | 15.66 | - |
| YUV | 107.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 107 | 0 | 0.73 | 0.49 | 0.18 | 339.87 | 0.62 | 0.52 |
| Hex | D0 | 38 | 6B | 0 | 49 | 31 | 12 | 154 | 3E | 34 |
| Octal | 320 | 70 | 153 | 0 | 111 | 61 | 22 | 524 | 76 | 64 |
| Binary | 11010000 | 111000 | 1101011 | 0 | 1001001 | 110001 | 10010 | 101010100 | 111110 | 110100 |
Color Harmonies of #D0386B
Complementary color
Monochromatic Colors of #D0386B
Black with #D0386B
Text Example
Text Example
White with #D0386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0386B; }
p { color: rgb(208,56,107); }
H1.HeaderClassName
{
color: #D0386B;
}
.AnyTagClassName
{
color: #D0386B;
}
</style>
background-color css
<style>
a { background-color: #D0386B; }
a { background-color: rgb(208,56,107); }
div.DivClassName
{
background-color: #D0386B;
}
.BgClassName
{
background-color: #D0386B;
}
</style>
border-color css
<style>
span { border-color: #D0386B; }
span { border-color: rgb(208,56,107); }
td.TdClassName
{
border-color: #D0386B;
}
.TagClassName
{
border-color: #D0386B;
}
</style>