Shades of Cranberry #D7416E
Tints of Cranberry #D7416E
RGB
CMYK
RGB Variations
Color information
#D7416E (or 0xD7416E) is known color: Cranberry. HEX triplet: D7, 41 and 6E. RGB value is (215,65,110). Sum of RGB (Red+Green+Blue) = 215+65+110=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7416E is #28BE91. Grayscale: #727272. Windows color (decimal): -2670226 or 7225815. OLE color: 7225815.
HSL color Cylindrical-coordinate representation of color #D7416E: hue angle of 342º 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 #D7416E is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 110 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.16 |
| HSL | 342º | 0.65% | 0.55% | - |
| HSV(B) | 342º | 0.7% | 0.84% | - |
| XYZ | 32.73 | 19.35 | 16.76 | - |
| YUV | 114.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 110 | 0 | 0.70 | 0.49 | 0.16 | 342 | 0.65 | 0.55 |
| Hex | D7 | 41 | 6E | 0 | 46 | 31 | 10 | 156 | 41 | 37 |
| Octal | 327 | 101 | 156 | 0 | 106 | 61 | 20 | 526 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1101110 | 0 | 1000110 | 110001 | 10000 | 101010110 | 1000001 | 110111 |
Color Harmonies of #D7416E
Complementary color
Monochromatic Colors of #D7416E
Black with #D7416E
Text Example
Text Example
White with #D7416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7416E; }
p { color: rgb(215,65,110); }
H1.HeaderClassName
{
color: #D7416E;
}
.AnyTagClassName
{
color: #D7416E;
}
</style>
background-color css
<style>
a { background-color: #D7416E; }
a { background-color: rgb(215,65,110); }
div.DivClassName
{
background-color: #D7416E;
}
.BgClassName
{
background-color: #D7416E;
}
</style>
border-color css
<style>
span { border-color: #D7416E; }
span { border-color: rgb(215,65,110); }
td.TdClassName
{
border-color: #D7416E;
}
.TagClassName
{
border-color: #D7416E;
}
</style>