Shades of Cranberry #D84A7D
Tints of Cranberry #D84A7D
RGB
CMYK
RGB Variations
Color information
#D84A7D (or 0xD84A7D) is known color: Cranberry. HEX triplet: D8, 4A and 7D. RGB value is (216,74,125). Sum of RGB (Red+Green+Blue) = 216+74+125=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A7D is #27B582. Grayscale: #7A7A7A. Windows color (decimal): -2602371 or 8211160. OLE color: 8211160.
HSL color Cylindrical-coordinate representation of color #D84A7D: hue angle of 338.45º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A7D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 125 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.15 |
| HSL | 338.45º | 0.65% | 0.57% | - |
| HSV(B) | 338.45º | 0.66% | 0.85% | - |
| XYZ | 34.47 | 20.98 | 21.63 | - |
| YUV | 122.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 125 | 0 | 0.66 | 0.42 | 0.15 | 338.45 | 0.65 | 0.57 |
| Hex | D8 | 4A | 7D | 0 | 42 | 2A | F | 152 | 41 | 39 |
| Octal | 330 | 112 | 175 | 0 | 102 | 52 | 17 | 522 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1111101 | 0 | 1000010 | 101010 | 1111 | 101010010 | 1000001 | 111001 |
Color Harmonies of #D84A7D
Complementary color
Monochromatic Colors of #D84A7D
Black with #D84A7D
Text Example
Text Example
White with #D84A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A7D; }
p { color: rgb(216,74,125); }
H1.HeaderClassName
{
color: #D84A7D;
}
.AnyTagClassName
{
color: #D84A7D;
}
</style>
background-color css
<style>
a { background-color: #D84A7D; }
a { background-color: rgb(216,74,125); }
div.DivClassName
{
background-color: #D84A7D;
}
.BgClassName
{
background-color: #D84A7D;
}
</style>
border-color css
<style>
span { border-color: #D84A7D; }
span { border-color: rgb(216,74,125); }
td.TdClassName
{
border-color: #D84A7D;
}
.TagClassName
{
border-color: #D84A7D;
}
</style>