Shades of Cranberry #D4416E
Tints of Cranberry #D4416E
RGB
CMYK
RGB Variations
Color information
#D4416E (or 0xD4416E) is known color: Cranberry. HEX triplet: D4, 41 and 6E. RGB value is (212,65,110). Sum of RGB (Red+Green+Blue) = 212+65+110=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4416E is #2BBE91. Grayscale: #727272. Windows color (decimal): -2866834 or 7225812. OLE color: 7225812.
HSL color Cylindrical-coordinate representation of color #D4416E: hue angle of 341.63º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4416E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 110 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.17 |
| HSL | 341.63º | 0.63% | 0.54% | - |
| HSV(B) | 341.63º | 0.69% | 0.83% | - |
| XYZ | 31.86 | 18.9 | 16.72 | - |
| YUV | 114.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 110 | 0 | 0.69 | 0.48 | 0.17 | 341.63 | 0.63 | 0.54 |
| Hex | D4 | 41 | 6E | 0 | 45 | 30 | 11 | 156 | 3F | 36 |
| Octal | 324 | 101 | 156 | 0 | 105 | 60 | 21 | 526 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1101110 | 0 | 1000101 | 110000 | 10001 | 101010110 | 111111 | 110110 |
Color Harmonies of #D4416E
Complementary color
Monochromatic Colors of #D4416E
Black with #D4416E
Text Example
Text Example
White with #D4416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4416E; }
p { color: rgb(212,65,110); }
H1.HeaderClassName
{
color: #D4416E;
}
.AnyTagClassName
{
color: #D4416E;
}
</style>
background-color css
<style>
a { background-color: #D4416E; }
a { background-color: rgb(212,65,110); }
div.DivClassName
{
background-color: #D4416E;
}
.BgClassName
{
background-color: #D4416E;
}
</style>
border-color css
<style>
span { border-color: #D4416E; }
span { border-color: rgb(212,65,110); }
td.TdClassName
{
border-color: #D4416E;
}
.TagClassName
{
border-color: #D4416E;
}
</style>