Shades of Cerise #D74065
Tints of Cerise #D74065
RGB
CMYK
RGB Variations
Color information
#D74065 (or 0xD74065) is known color: Cerise. HEX triplet: D7, 40 and 65. RGB value is (215,64,101). Sum of RGB (Red+Green+Blue) = 215+64+101=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D74065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74065 is #28BF9A. Grayscale: #717171. Windows color (decimal): -2670491 or 6635735. OLE color: 6635735.
HSL color Cylindrical-coordinate representation of color #D74065: hue angle of 345.3º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74065 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 101 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.16 |
| HSL | 345.3º | 0.65% | 0.55% | - |
| HSV(B) | 345.3º | 0.7% | 0.84% | - |
| XYZ | 32.21 | 19.05 | 14.29 | - |
| YUV | 113.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 101 | 0 | 0.70 | 0.53 | 0.16 | 345.3 | 0.65 | 0.55 |
| Hex | D7 | 40 | 65 | 0 | 46 | 35 | 10 | 159 | 41 | 37 |
| Octal | 327 | 100 | 145 | 0 | 106 | 65 | 20 | 531 | 101 | 67 |
| Binary | 11010111 | 1000000 | 1100101 | 0 | 1000110 | 110101 | 10000 | 101011001 | 1000001 | 110111 |
Color Harmonies of #D74065
Complementary color
Monochromatic Colors of #D74065
Black with #D74065
Text Example
Text Example
White with #D74065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74065; }
p { color: rgb(215,64,101); }
H1.HeaderClassName
{
color: #D74065;
}
.AnyTagClassName
{
color: #D74065;
}
</style>
background-color css
<style>
a { background-color: #D74065; }
a { background-color: rgb(215,64,101); }
div.DivClassName
{
background-color: #D74065;
}
.BgClassName
{
background-color: #D74065;
}
</style>
border-color css
<style>
span { border-color: #D74065; }
span { border-color: rgb(215,64,101); }
td.TdClassName
{
border-color: #D74065;
}
.TagClassName
{
border-color: #D74065;
}
</style>