Shades of Cranberry #D84A6E
Tints of Cranberry #D84A6E
RGB
CMYK
RGB Variations
Color information
#D84A6E (or 0xD84A6E) is known color: Cranberry. HEX triplet: D8, 4A and 6E. RGB value is (216,74,110). Sum of RGB (Red+Green+Blue) = 216+74+110=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A6E is #27B591. Grayscale: #787878. Windows color (decimal): -2602386 or 7228120. OLE color: 7228120.
HSL color Cylindrical-coordinate representation of color #D84A6E: hue angle of 344.79º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A6E is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 110 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.15 |
| HSL | 344.79º | 0.65% | 0.57% | - |
| HSV(B) | 344.79º | 0.66% | 0.85% | - |
| XYZ | 33.58 | 20.62 | 16.96 | - |
| YUV | 120.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 110 | 0 | 0.66 | 0.49 | 0.15 | 344.79 | 0.65 | 0.57 |
| Hex | D8 | 4A | 6E | 0 | 42 | 31 | F | 159 | 41 | 39 |
| Octal | 330 | 112 | 156 | 0 | 102 | 61 | 17 | 531 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1101110 | 0 | 1000010 | 110001 | 1111 | 101011001 | 1000001 | 111001 |
Color Harmonies of #D84A6E
Complementary color
Monochromatic Colors of #D84A6E
Black with #D84A6E
Text Example
Text Example
White with #D84A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A6E; }
p { color: rgb(216,74,110); }
H1.HeaderClassName
{
color: #D84A6E;
}
.AnyTagClassName
{
color: #D84A6E;
}
</style>
background-color css
<style>
a { background-color: #D84A6E; }
a { background-color: rgb(216,74,110); }
div.DivClassName
{
background-color: #D84A6E;
}
.BgClassName
{
background-color: #D84A6E;
}
</style>
border-color css
<style>
span { border-color: #D84A6E; }
span { border-color: rgb(216,74,110); }
td.TdClassName
{
border-color: #D84A6E;
}
.TagClassName
{
border-color: #D84A6E;
}
</style>