Shades of Cerise #D0385E
Tints of Cerise #D0385E
RGB
CMYK
RGB Variations
Color information
#D0385E (or 0xD0385E) is known color: Cerise. HEX triplet: D0, 38 and 5E. RGB value is (208,56,94). Sum of RGB (Red+Green+Blue) = 208+56+94=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0385E is #2FC7A1. Grayscale: #696969. Windows color (decimal): -3131298 or 6174928. OLE color: 6174928.
HSL color Cylindrical-coordinate representation of color #D0385E: hue angle of 345º 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 #D0385E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 94 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.18 |
| HSL | 345º | 0.62% | 0.52% | - |
| HSV(B) | 345º | 0.73% | 0.82% | - |
| XYZ | 29.45 | 17.05 | 12.33 | - |
| YUV | 105.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 94 | 0 | 0.73 | 0.55 | 0.18 | 345 | 0.62 | 0.52 |
| Hex | D0 | 38 | 5E | 0 | 49 | 37 | 12 | 159 | 3E | 34 |
| Octal | 320 | 70 | 136 | 0 | 111 | 67 | 22 | 531 | 76 | 64 |
| Binary | 11010000 | 111000 | 1011110 | 0 | 1001001 | 110111 | 10010 | 101011001 | 111110 | 110100 |
Color Harmonies of #D0385E
Complementary color
Monochromatic Colors of #D0385E
Black with #D0385E
Text Example
Text Example
White with #D0385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0385E; }
p { color: rgb(208,56,94); }
H1.HeaderClassName
{
color: #D0385E;
}
.AnyTagClassName
{
color: #D0385E;
}
</style>
background-color css
<style>
a { background-color: #D0385E; }
a { background-color: rgb(208,56,94); }
div.DivClassName
{
background-color: #D0385E;
}
.BgClassName
{
background-color: #D0385E;
}
</style>
border-color css
<style>
span { border-color: #D0385E; }
span { border-color: rgb(208,56,94); }
td.TdClassName
{
border-color: #D0385E;
}
.TagClassName
{
border-color: #D0385E;
}
</style>