Shades of Cerise #D0395B
Tints of Cerise #D0395B
RGB
CMYK
RGB Variations
Color information
#D0395B (or 0xD0395B) is known color: Cerise. HEX triplet: D0, 39 and 5B. RGB value is (208,57,91). Sum of RGB (Red+Green+Blue) = 208+57+91=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0395B is #2FC6A4. Grayscale: #6A6A6A. Windows color (decimal): -3131045 or 5978576. OLE color: 5978576.
HSL color Cylindrical-coordinate representation of color #D0395B: hue angle of 346.49º 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 #D0395B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 91 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.18 |
| HSL | 346.49º | 0.62% | 0.52% | - |
| HSV(B) | 346.49º | 0.73% | 0.82% | - |
| XYZ | 29.36 | 17.09 | 11.65 | - |
| YUV | 106.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 91 | 0 | 0.73 | 0.56 | 0.18 | 346.49 | 0.62 | 0.52 |
| Hex | D0 | 39 | 5B | 0 | 49 | 38 | 12 | 15A | 3E | 34 |
| Octal | 320 | 71 | 133 | 0 | 111 | 70 | 22 | 532 | 76 | 64 |
| Binary | 11010000 | 111001 | 1011011 | 0 | 1001001 | 111000 | 10010 | 101011010 | 111110 | 110100 |
Color Harmonies of #D0395B
Complementary color
Monochromatic Colors of #D0395B
Black with #D0395B
Text Example
Text Example
White with #D0395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0395B; }
p { color: rgb(208,57,91); }
H1.HeaderClassName
{
color: #D0395B;
}
.AnyTagClassName
{
color: #D0395B;
}
</style>
background-color css
<style>
a { background-color: #D0395B; }
a { background-color: rgb(208,57,91); }
div.DivClassName
{
background-color: #D0395B;
}
.BgClassName
{
background-color: #D0395B;
}
</style>
border-color css
<style>
span { border-color: #D0395B; }
span { border-color: rgb(208,57,91); }
td.TdClassName
{
border-color: #D0395B;
}
.TagClassName
{
border-color: #D0395B;
}
</style>