Shades of Cranberry #D84B7A
Tints of Cranberry #D84B7A
RGB
CMYK
RGB Variations
Color information
#D84B7A (or 0xD84B7A) is known color: Cranberry. HEX triplet: D8, 4B and 7A. RGB value is (216,75,122). Sum of RGB (Red+Green+Blue) = 216+75+122=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B7A is #27B485. Grayscale: #7A7A7A. Windows color (decimal): -2602118 or 8014808. OLE color: 8014808.
HSL color Cylindrical-coordinate representation of color #D84B7A: hue angle of 340º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84B7A is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 122 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.15 |
| HSL | 340º | 0.64% | 0.57% | - |
| HSV(B) | 340º | 0.65% | 0.85% | - |
| XYZ | 34.35 | 21.04 | 20.66 | - |
| YUV | 122.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 122 | 0 | 0.65 | 0.44 | 0.15 | 340 | 0.64 | 0.57 |
| Hex | D8 | 4B | 7A | 0 | 41 | 2C | F | 154 | 40 | 39 |
| Octal | 330 | 113 | 172 | 0 | 101 | 54 | 17 | 524 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1111010 | 0 | 1000001 | 101100 | 1111 | 101010100 | 1000000 | 111001 |
Color Harmonies of #D84B7A
Complementary color
Monochromatic Colors of #D84B7A
Black with #D84B7A
Text Example
Text Example
White with #D84B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B7A; }
p { color: rgb(216,75,122); }
H1.HeaderClassName
{
color: #D84B7A;
}
.AnyTagClassName
{
color: #D84B7A;
}
</style>
background-color css
<style>
a { background-color: #D84B7A; }
a { background-color: rgb(216,75,122); }
div.DivClassName
{
background-color: #D84B7A;
}
.BgClassName
{
background-color: #D84B7A;
}
</style>
border-color css
<style>
span { border-color: #D84B7A; }
span { border-color: rgb(216,75,122); }
td.TdClassName
{
border-color: #D84B7A;
}
.TagClassName
{
border-color: #D84B7A;
}
</style>