Shades of Cerise #D4385C
Tints of Cerise #D4385C
RGB
CMYK
RGB Variations
Color information
#D4385C (or 0xD4385C) is known color: Cerise. HEX triplet: D4, 38 and 5C. RGB value is (212,56,92). Sum of RGB (Red+Green+Blue) = 212+56+92=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4385C is #2BC7A3. Grayscale: #6A6A6A. Windows color (decimal): -2869156 or 6043860. OLE color: 6043860.
HSL color Cylindrical-coordinate representation of color #D4385C: hue angle of 346.15º 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 #D4385C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 92 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.17 |
| HSL | 346.15º | 0.64% | 0.53% | - |
| HSV(B) | 346.15º | 0.74% | 0.83% | - |
| XYZ | 30.5 | 17.6 | 11.91 | - |
| YUV | 106.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 92 | 0 | 0.74 | 0.57 | 0.17 | 346.15 | 0.64 | 0.53 |
| Hex | D4 | 38 | 5C | 0 | 4A | 39 | 11 | 15A | 40 | 35 |
| Octal | 324 | 70 | 134 | 0 | 112 | 71 | 21 | 532 | 100 | 65 |
| Binary | 11010100 | 111000 | 1011100 | 0 | 1001010 | 111001 | 10001 | 101011010 | 1000000 | 110101 |
Color Harmonies of #D4385C
Complementary color
Monochromatic Colors of #D4385C
Black with #D4385C
Text Example
Text Example
White with #D4385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4385C; }
p { color: rgb(212,56,92); }
H1.HeaderClassName
{
color: #D4385C;
}
.AnyTagClassName
{
color: #D4385C;
}
</style>
background-color css
<style>
a { background-color: #D4385C; }
a { background-color: rgb(212,56,92); }
div.DivClassName
{
background-color: #D4385C;
}
.BgClassName
{
background-color: #D4385C;
}
</style>
border-color css
<style>
span { border-color: #D4385C; }
span { border-color: rgb(212,56,92); }
td.TdClassName
{
border-color: #D4385C;
}
.TagClassName
{
border-color: #D4385C;
}
</style>