Shades of Cranberry #D84B7E
Tints of Cranberry #D84B7E
RGB
CMYK
RGB Variations
Color information
#D84B7E (or 0xD84B7E) is known color: Cranberry. HEX triplet: D8, 4B and 7E. RGB value is (216,75,126). Sum of RGB (Red+Green+Blue) = 216+75+126=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B7E is #27B481. Grayscale: #7A7A7A. Windows color (decimal): -2602114 or 8276952. OLE color: 8276952.
HSL color Cylindrical-coordinate representation of color #D84B7E: hue angle of 338.3º 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 #D84B7E is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 126 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.15 |
| HSL | 338.3º | 0.64% | 0.57% | - |
| HSV(B) | 338.3º | 0.65% | 0.85% | - |
| XYZ | 34.6 | 21.14 | 21.99 | - |
| YUV | 122.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 126 | 0 | 0.65 | 0.42 | 0.15 | 338.3 | 0.64 | 0.57 |
| Hex | D8 | 4B | 7E | 0 | 41 | 2A | F | 152 | 40 | 39 |
| Octal | 330 | 113 | 176 | 0 | 101 | 52 | 17 | 522 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1111110 | 0 | 1000001 | 101010 | 1111 | 101010010 | 1000000 | 111001 |
Color Harmonies of #D84B7E
Complementary color
Monochromatic Colors of #D84B7E
Black with #D84B7E
Text Example
Text Example
White with #D84B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B7E; }
p { color: rgb(216,75,126); }
H1.HeaderClassName
{
color: #D84B7E;
}
.AnyTagClassName
{
color: #D84B7E;
}
</style>
background-color css
<style>
a { background-color: #D84B7E; }
a { background-color: rgb(216,75,126); }
div.DivClassName
{
background-color: #D84B7E;
}
.BgClassName
{
background-color: #D84B7E;
}
</style>
border-color css
<style>
span { border-color: #D84B7E; }
span { border-color: rgb(216,75,126); }
td.TdClassName
{
border-color: #D84B7E;
}
.TagClassName
{
border-color: #D84B7E;
}
</style>