Shades of Cranberry #D84B7D
Tints of Cranberry #D84B7D
RGB
CMYK
RGB Variations
Color information
#D84B7D (or 0xD84B7D) is known color: Cranberry. HEX triplet: D8, 4B and 7D. RGB value is (216,75,125). Sum of RGB (Red+Green+Blue) = 216+75+125=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B7D is #27B482. Grayscale: #7A7A7A. Windows color (decimal): -2602115 or 8211416. OLE color: 8211416.
HSL color Cylindrical-coordinate representation of color #D84B7D: hue angle of 338.72º 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 #D84B7D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 125 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.15 |
| HSL | 338.72º | 0.64% | 0.57% | - |
| HSV(B) | 338.72º | 0.65% | 0.85% | - |
| XYZ | 34.54 | 21.11 | 21.66 | - |
| YUV | 122.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 125 | 0 | 0.65 | 0.42 | 0.15 | 338.72 | 0.64 | 0.57 |
| Hex | D8 | 4B | 7D | 0 | 41 | 2A | F | 153 | 40 | 39 |
| Octal | 330 | 113 | 175 | 0 | 101 | 52 | 17 | 523 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1111101 | 0 | 1000001 | 101010 | 1111 | 101010011 | 1000000 | 111001 |
Color Harmonies of #D84B7D
Complementary color
Monochromatic Colors of #D84B7D
Black with #D84B7D
Text Example
Text Example
White with #D84B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B7D; }
p { color: rgb(216,75,125); }
H1.HeaderClassName
{
color: #D84B7D;
}
.AnyTagClassName
{
color: #D84B7D;
}
</style>
background-color css
<style>
a { background-color: #D84B7D; }
a { background-color: rgb(216,75,125); }
div.DivClassName
{
background-color: #D84B7D;
}
.BgClassName
{
background-color: #D84B7D;
}
</style>
border-color css
<style>
span { border-color: #D84B7D; }
span { border-color: rgb(216,75,125); }
td.TdClassName
{
border-color: #D84B7D;
}
.TagClassName
{
border-color: #D84B7D;
}
</style>