Shades of Cerise #D4385F
Tints of Cerise #D4385F
RGB
CMYK
RGB Variations
Color information
#D4385F (or 0xD4385F) is known color: Cerise. HEX triplet: D4, 38 and 5F. RGB value is (212,56,95). Sum of RGB (Red+Green+Blue) = 212+56+95=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D4385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4385F is #2BC7A0. Grayscale: #6B6B6B. Windows color (decimal): -2869153 or 6240468. OLE color: 6240468.
HSL color Cylindrical-coordinate representation of color #D4385F: hue angle of 345º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4385F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 95 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.17 |
| HSL | 345º | 0.64% | 0.53% | - |
| HSV(B) | 345º | 0.74% | 0.83% | - |
| XYZ | 30.63 | 17.65 | 12.62 | - |
| YUV | 107.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 95 | 0 | 0.74 | 0.55 | 0.17 | 345 | 0.64 | 0.53 |
| Hex | D4 | 38 | 5F | 0 | 4A | 37 | 11 | 159 | 40 | 35 |
| Octal | 324 | 70 | 137 | 0 | 112 | 67 | 21 | 531 | 100 | 65 |
| Binary | 11010100 | 111000 | 1011111 | 0 | 1001010 | 110111 | 10001 | 101011001 | 1000000 | 110101 |
Color Harmonies of #D4385F
Complementary color
Monochromatic Colors of #D4385F
Black with #D4385F
Text Example
Text Example
White with #D4385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4385F; }
p { color: rgb(212,56,95); }
H1.HeaderClassName
{
color: #D4385F;
}
.AnyTagClassName
{
color: #D4385F;
}
</style>
background-color css
<style>
a { background-color: #D4385F; }
a { background-color: rgb(212,56,95); }
div.DivClassName
{
background-color: #D4385F;
}
.BgClassName
{
background-color: #D4385F;
}
</style>
border-color css
<style>
span { border-color: #D4385F; }
span { border-color: rgb(212,56,95); }
td.TdClassName
{
border-color: #D4385F;
}
.TagClassName
{
border-color: #D4385F;
}
</style>