Shades of Cranberry #D84B88
Tints of Cranberry #D84B88
RGB
CMYK
RGB Variations
Color information
#D84B88 (or 0xD84B88) is known color: Cranberry. HEX triplet: D8, 4B and 88. RGB value is (216,75,136). Sum of RGB (Red+Green+Blue) = 216+75+136=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B88 is #27B477. Grayscale: #7C7C7C. Windows color (decimal): -2602104 or 8932312. OLE color: 8932312.
HSL color Cylindrical-coordinate representation of color #D84B88: hue angle of 334.04º 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 #D84B88 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 136 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.15 |
| HSL | 334.04º | 0.64% | 0.57% | - |
| HSV(B) | 334.04º | 0.65% | 0.85% | - |
| XYZ | 35.28 | 21.41 | 25.57 | - |
| YUV | 124.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 136 | 0 | 0.65 | 0.37 | 0.15 | 334.04 | 0.64 | 0.57 |
| Hex | D8 | 4B | 88 | 0 | 41 | 25 | F | 14E | 40 | 39 |
| Octal | 330 | 113 | 210 | 0 | 101 | 45 | 17 | 516 | 100 | 71 |
| Binary | 11011000 | 1001011 | 10001000 | 0 | 1000001 | 100101 | 1111 | 101001110 | 1000000 | 111001 |
Color Harmonies of #D84B88
Complementary color
Monochromatic Colors of #D84B88
Black with #D84B88
Text Example
Text Example
White with #D84B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B88; }
p { color: rgb(216,75,136); }
H1.HeaderClassName
{
color: #D84B88;
}
.AnyTagClassName
{
color: #D84B88;
}
</style>
background-color css
<style>
a { background-color: #D84B88; }
a { background-color: rgb(216,75,136); }
div.DivClassName
{
background-color: #D84B88;
}
.BgClassName
{
background-color: #D84B88;
}
</style>
border-color css
<style>
span { border-color: #D84B88; }
span { border-color: rgb(216,75,136); }
td.TdClassName
{
border-color: #D84B88;
}
.TagClassName
{
border-color: #D84B88;
}
</style>