Shades of Cranberry #D84B6E
Tints of Cranberry #D84B6E
RGB
CMYK
RGB Variations
Color information
#D84B6E (or 0xD84B6E) is known color: Cranberry. HEX triplet: D8, 4B and 6E. RGB value is (216,75,110). Sum of RGB (Red+Green+Blue) = 216+75+110=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B6E is #27B491. Grayscale: #797979. Windows color (decimal): -2602130 or 7228376. OLE color: 7228376.
HSL color Cylindrical-coordinate representation of color #D84B6E: hue angle of 345.11º 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 #D84B6E is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 110 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.15 |
| HSL | 345.11º | 0.64% | 0.57% | - |
| HSV(B) | 345.11º | 0.65% | 0.85% | - |
| XYZ | 33.65 | 20.76 | 16.98 | - |
| YUV | 121.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 110 | 0 | 0.65 | 0.49 | 0.15 | 345.11 | 0.64 | 0.57 |
| Hex | D8 | 4B | 6E | 0 | 41 | 31 | F | 159 | 40 | 39 |
| Octal | 330 | 113 | 156 | 0 | 101 | 61 | 17 | 531 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1101110 | 0 | 1000001 | 110001 | 1111 | 101011001 | 1000000 | 111001 |
Color Harmonies of #D84B6E
Complementary color
Monochromatic Colors of #D84B6E
Black with #D84B6E
Text Example
Text Example
White with #D84B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B6E; }
p { color: rgb(216,75,110); }
H1.HeaderClassName
{
color: #D84B6E;
}
.AnyTagClassName
{
color: #D84B6E;
}
</style>
background-color css
<style>
a { background-color: #D84B6E; }
a { background-color: rgb(216,75,110); }
div.DivClassName
{
background-color: #D84B6E;
}
.BgClassName
{
background-color: #D84B6E;
}
</style>
border-color css
<style>
span { border-color: #D84B6E; }
span { border-color: rgb(216,75,110); }
td.TdClassName
{
border-color: #D84B6E;
}
.TagClassName
{
border-color: #D84B6E;
}
</style>