Shades of Cranberry #D84B78
Tints of Cranberry #D84B78
RGB
CMYK
RGB Variations
Color information
#D84B78 (or 0xD84B78) is known color: Cranberry. HEX triplet: D8, 4B and 78. RGB value is (216,75,120). Sum of RGB (Red+Green+Blue) = 216+75+120=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B78 is #27B487. Grayscale: #7A7A7A. Windows color (decimal): -2602120 or 7883736. OLE color: 7883736.
HSL color Cylindrical-coordinate representation of color #D84B78: hue angle of 340.85º 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 #D84B78 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 120 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.15 |
| HSL | 340.85º | 0.64% | 0.57% | - |
| HSV(B) | 340.85º | 0.65% | 0.85% | - |
| XYZ | 34.23 | 20.99 | 20.02 | - |
| YUV | 122.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 120 | 0 | 0.65 | 0.44 | 0.15 | 340.85 | 0.64 | 0.57 |
| Hex | D8 | 4B | 78 | 0 | 41 | 2C | F | 155 | 40 | 39 |
| Octal | 330 | 113 | 170 | 0 | 101 | 54 | 17 | 525 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1111000 | 0 | 1000001 | 101100 | 1111 | 101010101 | 1000000 | 111001 |
Color Harmonies of #D84B78
Complementary color
Monochromatic Colors of #D84B78
Black with #D84B78
Text Example
Text Example
White with #D84B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B78; }
p { color: rgb(216,75,120); }
H1.HeaderClassName
{
color: #D84B78;
}
.AnyTagClassName
{
color: #D84B78;
}
</style>
background-color css
<style>
a { background-color: #D84B78; }
a { background-color: rgb(216,75,120); }
div.DivClassName
{
background-color: #D84B78;
}
.BgClassName
{
background-color: #D84B78;
}
</style>
border-color css
<style>
span { border-color: #D84B78; }
span { border-color: rgb(216,75,120); }
td.TdClassName
{
border-color: #D84B78;
}
.TagClassName
{
border-color: #D84B78;
}
</style>