Shades of Cerise #D5385F
Tints of Cerise #D5385F
RGB
CMYK
RGB Variations
Color information
#D5385F (or 0xD5385F) is known color: Cerise. HEX triplet: D5, 38 and 5F. RGB value is (213,56,95). Sum of RGB (Red+Green+Blue) = 213+56+95=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D5385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5385F is #2AC7A0. Grayscale: #6B6B6B. Windows color (decimal): -2803617 or 6240469. OLE color: 6240469.
HSL color Cylindrical-coordinate representation of color #D5385F: hue angle of 345.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5385F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 95 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.16 |
| HSL | 345.1º | 0.65% | 0.53% | - |
| HSV(B) | 345.1º | 0.74% | 0.84% | - |
| XYZ | 30.92 | 17.8 | 12.63 | - |
| YUV | 107.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 95 | 0 | 0.74 | 0.55 | 0.16 | 345.1 | 0.65 | 0.53 |
| Hex | D5 | 38 | 5F | 0 | 4A | 37 | 10 | 159 | 41 | 35 |
| Octal | 325 | 70 | 137 | 0 | 112 | 67 | 20 | 531 | 101 | 65 |
| Binary | 11010101 | 111000 | 1011111 | 0 | 1001010 | 110111 | 10000 | 101011001 | 1000001 | 110101 |
Color Harmonies of #D5385F
Complementary color
Monochromatic Colors of #D5385F
Black with #D5385F
Text Example
Text Example
White with #D5385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5385F; }
p { color: rgb(213,56,95); }
H1.HeaderClassName
{
color: #D5385F;
}
.AnyTagClassName
{
color: #D5385F;
}
</style>
background-color css
<style>
a { background-color: #D5385F; }
a { background-color: rgb(213,56,95); }
div.DivClassName
{
background-color: #D5385F;
}
.BgClassName
{
background-color: #D5385F;
}
</style>
border-color css
<style>
span { border-color: #D5385F; }
span { border-color: rgb(213,56,95); }
td.TdClassName
{
border-color: #D5385F;
}
.TagClassName
{
border-color: #D5385F;
}
</style>