Shades of Cranberry #D5416E
Tints of Cranberry #D5416E
RGB
CMYK
RGB Variations
Color information
#D5416E (or 0xD5416E) is known color: Cranberry. HEX triplet: D5, 41 and 6E. RGB value is (213,65,110). Sum of RGB (Red+Green+Blue) = 213+65+110=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5416E is #2ABE91. Grayscale: #727272. Windows color (decimal): -2801298 or 7225813. OLE color: 7225813.
HSL color Cylindrical-coordinate representation of color #D5416E: hue angle of 341.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5416E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 110 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.16 |
| HSL | 341.76º | 0.64% | 0.55% | - |
| HSV(B) | 341.76º | 0.69% | 0.84% | - |
| XYZ | 32.15 | 19.05 | 16.74 | - |
| YUV | 114.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 110 | 0 | 0.69 | 0.48 | 0.16 | 341.76 | 0.64 | 0.55 |
| Hex | D5 | 41 | 6E | 0 | 45 | 30 | 10 | 156 | 40 | 37 |
| Octal | 325 | 101 | 156 | 0 | 105 | 60 | 20 | 526 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1101110 | 0 | 1000101 | 110000 | 10000 | 101010110 | 1000000 | 110111 |
Color Harmonies of #D5416E
Complementary color
Monochromatic Colors of #D5416E
Black with #D5416E
Text Example
Text Example
White with #D5416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5416E; }
p { color: rgb(213,65,110); }
H1.HeaderClassName
{
color: #D5416E;
}
.AnyTagClassName
{
color: #D5416E;
}
</style>
background-color css
<style>
a { background-color: #D5416E; }
a { background-color: rgb(213,65,110); }
div.DivClassName
{
background-color: #D5416E;
}
.BgClassName
{
background-color: #D5416E;
}
</style>
border-color css
<style>
span { border-color: #D5416E; }
span { border-color: rgb(213,65,110); }
td.TdClassName
{
border-color: #D5416E;
}
.TagClassName
{
border-color: #D5416E;
}
</style>