Shades of Cranberry #D84A7A
Tints of Cranberry #D84A7A
RGB
CMYK
RGB Variations
Color information
#D84A7A (or 0xD84A7A) is known color: Cranberry. HEX triplet: D8, 4A and 7A. RGB value is (216,74,122). Sum of RGB (Red+Green+Blue) = 216+74+122=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A7A is #27B585. Grayscale: #797979. Windows color (decimal): -2602374 or 8014552. OLE color: 8014552.
HSL color Cylindrical-coordinate representation of color #D84A7A: hue angle of 339.72º 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 #D84A7A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 122 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.15 |
| HSL | 339.72º | 0.65% | 0.57% | - |
| HSV(B) | 339.72º | 0.66% | 0.85% | - |
| XYZ | 34.28 | 20.9 | 20.64 | - |
| YUV | 121.93 | 128.04 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 122 | 0 | 0.66 | 0.44 | 0.15 | 339.72 | 0.65 | 0.57 |
| Hex | D8 | 4A | 7A | 0 | 42 | 2C | F | 154 | 41 | 39 |
| Octal | 330 | 112 | 172 | 0 | 102 | 54 | 17 | 524 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1111010 | 0 | 1000010 | 101100 | 1111 | 101010100 | 1000001 | 111001 |
Color Harmonies of #D84A7A
Complementary color
Monochromatic Colors of #D84A7A
Black with #D84A7A
Text Example
Text Example
White with #D84A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A7A; }
p { color: rgb(216,74,122); }
H1.HeaderClassName
{
color: #D84A7A;
}
.AnyTagClassName
{
color: #D84A7A;
}
</style>
background-color css
<style>
a { background-color: #D84A7A; }
a { background-color: rgb(216,74,122); }
div.DivClassName
{
background-color: #D84A7A;
}
.BgClassName
{
background-color: #D84A7A;
}
</style>
border-color css
<style>
span { border-color: #D84A7A; }
span { border-color: rgb(216,74,122); }
td.TdClassName
{
border-color: #D84A7A;
}
.TagClassName
{
border-color: #D84A7A;
}
</style>