Shades of Cranberry #D84B7B
Tints of Cranberry #D84B7B
RGB
CMYK
RGB Variations
Color information
#D84B7B (or 0xD84B7B) is known color: Cranberry. HEX triplet: D8, 4B and 7B. RGB value is (216,75,123). Sum of RGB (Red+Green+Blue) = 216+75+123=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B7B is #27B484. Grayscale: #7A7A7A. Windows color (decimal): -2602117 or 8080344. OLE color: 8080344.
HSL color Cylindrical-coordinate representation of color #D84B7B: hue angle of 339.57º 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 #D84B7B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 123 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.15 |
| HSL | 339.57º | 0.64% | 0.57% | - |
| HSV(B) | 339.57º | 0.65% | 0.85% | - |
| XYZ | 34.41 | 21.06 | 20.99 | - |
| YUV | 122.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 123 | 0 | 0.65 | 0.43 | 0.15 | 339.57 | 0.64 | 0.57 |
| Hex | D8 | 4B | 7B | 0 | 41 | 2B | F | 154 | 40 | 39 |
| Octal | 330 | 113 | 173 | 0 | 101 | 53 | 17 | 524 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1111011 | 0 | 1000001 | 101011 | 1111 | 101010100 | 1000000 | 111001 |
Color Harmonies of #D84B7B
Complementary color
Monochromatic Colors of #D84B7B
Black with #D84B7B
Text Example
Text Example
White with #D84B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B7B; }
p { color: rgb(216,75,123); }
H1.HeaderClassName
{
color: #D84B7B;
}
.AnyTagClassName
{
color: #D84B7B;
}
</style>
background-color css
<style>
a { background-color: #D84B7B; }
a { background-color: rgb(216,75,123); }
div.DivClassName
{
background-color: #D84B7B;
}
.BgClassName
{
background-color: #D84B7B;
}
</style>
border-color css
<style>
span { border-color: #D84B7B; }
span { border-color: rgb(216,75,123); }
td.TdClassName
{
border-color: #D84B7B;
}
.TagClassName
{
border-color: #D84B7B;
}
</style>