Shades of Cerise #D74163
Tints of Cerise #D74163
RGB
CMYK
RGB Variations
Color information
#D74163 (or 0xD74163) is known color: Cerise. HEX triplet: D7, 41 and 63. RGB value is (215,65,99). Sum of RGB (Red+Green+Blue) = 215+65+99=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D74163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74163 is #28BE9C. Grayscale: #717171. Windows color (decimal): -2670237 or 6504919. OLE color: 6504919.
HSL color Cylindrical-coordinate representation of color #D74163: hue angle of 346.4º 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 #D74163 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 99 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.16 |
| HSL | 346.4º | 0.65% | 0.55% | - |
| HSV(B) | 346.4º | 0.7% | 0.84% | - |
| XYZ | 32.17 | 19.13 | 13.8 | - |
| YUV | 113.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 99 | 0 | 0.70 | 0.54 | 0.16 | 346.4 | 0.65 | 0.55 |
| Hex | D7 | 41 | 63 | 0 | 46 | 36 | 10 | 15A | 41 | 37 |
| Octal | 327 | 101 | 143 | 0 | 106 | 66 | 20 | 532 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1100011 | 0 | 1000110 | 110110 | 10000 | 101011010 | 1000001 | 110111 |
Color Harmonies of #D74163
Complementary color
Monochromatic Colors of #D74163
Black with #D74163
Text Example
Text Example
White with #D74163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74163; }
p { color: rgb(215,65,99); }
H1.HeaderClassName
{
color: #D74163;
}
.AnyTagClassName
{
color: #D74163;
}
</style>
background-color css
<style>
a { background-color: #D74163; }
a { background-color: rgb(215,65,99); }
div.DivClassName
{
background-color: #D74163;
}
.BgClassName
{
background-color: #D74163;
}
</style>
border-color css
<style>
span { border-color: #D74163; }
span { border-color: rgb(215,65,99); }
td.TdClassName
{
border-color: #D74163;
}
.TagClassName
{
border-color: #D74163;
}
</style>