Shades of Cranberry #D84B85
Tints of Cranberry #D84B85
RGB
CMYK
RGB Variations
Color information
#D84B85 (or 0xD84B85) is known color: Cranberry. HEX triplet: D8, 4B and 85. RGB value is (216,75,133). Sum of RGB (Red+Green+Blue) = 216+75+133=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B85 is #27B47A. Grayscale: #7B7B7B. Windows color (decimal): -2602107 or 8735704. OLE color: 8735704.
HSL color Cylindrical-coordinate representation of color #D84B85: hue angle of 335.32º 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 #D84B85 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 133 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.15 |
| HSL | 335.32º | 0.64% | 0.57% | - |
| HSV(B) | 335.32º | 0.65% | 0.85% | - |
| XYZ | 35.07 | 21.32 | 24.46 | - |
| YUV | 123.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 133 | 0 | 0.65 | 0.38 | 0.15 | 335.32 | 0.64 | 0.57 |
| Hex | D8 | 4B | 85 | 0 | 41 | 26 | F | 14F | 40 | 39 |
| Octal | 330 | 113 | 205 | 0 | 101 | 46 | 17 | 517 | 100 | 71 |
| Binary | 11011000 | 1001011 | 10000101 | 0 | 1000001 | 100110 | 1111 | 101001111 | 1000000 | 111001 |
Color Harmonies of #D84B85
Complementary color
Monochromatic Colors of #D84B85
Black with #D84B85
Text Example
Text Example
White with #D84B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B85; }
p { color: rgb(216,75,133); }
H1.HeaderClassName
{
color: #D84B85;
}
.AnyTagClassName
{
color: #D84B85;
}
</style>
background-color css
<style>
a { background-color: #D84B85; }
a { background-color: rgb(216,75,133); }
div.DivClassName
{
background-color: #D84B85;
}
.BgClassName
{
background-color: #D84B85;
}
</style>
border-color css
<style>
span { border-color: #D84B85; }
span { border-color: rgb(216,75,133); }
td.TdClassName
{
border-color: #D84B85;
}
.TagClassName
{
border-color: #D84B85;
}
</style>