Shades of Cerise #D5385C
Tints of Cerise #D5385C
RGB
CMYK
RGB Variations
Color information
#D5385C (or 0xD5385C) is known color: Cerise. HEX triplet: D5, 38 and 5C. RGB value is (213,56,92). Sum of RGB (Red+Green+Blue) = 213+56+92=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5385C is #2AC7A3. Grayscale: #6B6B6B. Windows color (decimal): -2803620 or 6043861. OLE color: 6043861.
HSL color Cylindrical-coordinate representation of color #D5385C: hue angle of 346.24º 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 #D5385C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 92 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.16 |
| HSL | 346.24º | 0.65% | 0.53% | - |
| HSV(B) | 346.24º | 0.74% | 0.84% | - |
| XYZ | 30.79 | 17.75 | 11.93 | - |
| YUV | 107.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 92 | 0 | 0.74 | 0.57 | 0.16 | 346.24 | 0.65 | 0.53 |
| Hex | D5 | 38 | 5C | 0 | 4A | 39 | 10 | 15A | 41 | 35 |
| Octal | 325 | 70 | 134 | 0 | 112 | 71 | 20 | 532 | 101 | 65 |
| Binary | 11010101 | 111000 | 1011100 | 0 | 1001010 | 111001 | 10000 | 101011010 | 1000001 | 110101 |
Color Harmonies of #D5385C
Complementary color
Monochromatic Colors of #D5385C
Black with #D5385C
Text Example
Text Example
White with #D5385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5385C; }
p { color: rgb(213,56,92); }
H1.HeaderClassName
{
color: #D5385C;
}
.AnyTagClassName
{
color: #D5385C;
}
</style>
background-color css
<style>
a { background-color: #D5385C; }
a { background-color: rgb(213,56,92); }
div.DivClassName
{
background-color: #D5385C;
}
.BgClassName
{
background-color: #D5385C;
}
</style>
border-color css
<style>
span { border-color: #D5385C; }
span { border-color: rgb(213,56,92); }
td.TdClassName
{
border-color: #D5385C;
}
.TagClassName
{
border-color: #D5385C;
}
</style>