Shades of Cranberry #D84375
Tints of Cranberry #D84375
RGB
CMYK
RGB Variations
Color information
#D84375 (or 0xD84375) is known color: Cranberry. HEX triplet: D8, 43 and 75. RGB value is (216,67,117). Sum of RGB (Red+Green+Blue) = 216+67+117=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84375 is #27BC8A. Grayscale: #757575. Windows color (decimal): -2604171 or 7685080. OLE color: 7685080.
HSL color Cylindrical-coordinate representation of color #D84375: hue angle of 339.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84375 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 117 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.15 |
| HSL | 339.87º | 0.66% | 0.55% | - |
| HSV(B) | 339.87º | 0.69% | 0.85% | - |
| XYZ | 33.54 | 19.9 | 18.9 | - |
| YUV | 117.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 117 | 0 | 0.69 | 0.46 | 0.15 | 339.87 | 0.66 | 0.55 |
| Hex | D8 | 43 | 75 | 0 | 45 | 2E | F | 154 | 42 | 37 |
| Octal | 330 | 103 | 165 | 0 | 105 | 56 | 17 | 524 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1110101 | 0 | 1000101 | 101110 | 1111 | 101010100 | 1000010 | 110111 |
Color Harmonies of #D84375
Complementary color
Monochromatic Colors of #D84375
Black with #D84375
Text Example
Text Example
White with #D84375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84375; }
p { color: rgb(216,67,117); }
H1.HeaderClassName
{
color: #D84375;
}
.AnyTagClassName
{
color: #D84375;
}
</style>
background-color css
<style>
a { background-color: #D84375; }
a { background-color: rgb(216,67,117); }
div.DivClassName
{
background-color: #D84375;
}
.BgClassName
{
background-color: #D84375;
}
</style>
border-color css
<style>
span { border-color: #D84375; }
span { border-color: rgb(216,67,117); }
td.TdClassName
{
border-color: #D84375;
}
.TagClassName
{
border-color: #D84375;
}
</style>