Shades of Cranberry #D85A7D
Tints of Cranberry #D85A7D
RGB
CMYK
RGB Variations
Color information
#D85A7D (or 0xD85A7D) is known color: Cranberry. HEX triplet: D8, 5A and 7D. RGB value is (216,90,125). Sum of RGB (Red+Green+Blue) = 216+90+125=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A7D is #27A582. Grayscale: #838383. Windows color (decimal): -2598275 or 8215256. OLE color: 8215256.
HSL color Cylindrical-coordinate representation of color #D85A7D: hue angle of 343.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A7D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 125 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.15 |
| HSL | 343.33º | 0.62% | 0.6% | - |
| HSV(B) | 343.33º | 0.58% | 0.85% | - |
| XYZ | 35.68 | 23.39 | 22.04 | - |
| YUV | 131.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 125 | 0 | 0.58 | 0.42 | 0.15 | 343.33 | 0.62 | 0.6 |
| Hex | D8 | 5A | 7D | 0 | 3A | 2A | F | 157 | 3E | 3C |
| Octal | 330 | 132 | 175 | 0 | 72 | 52 | 17 | 527 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1111101 | 0 | 111010 | 101010 | 1111 | 101010111 | 111110 | 111100 |
Color Harmonies of #D85A7D
Complementary color
Monochromatic Colors of #D85A7D
Black with #D85A7D
Text Example
Text Example
White with #D85A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A7D; }
p { color: rgb(216,90,125); }
H1.HeaderClassName
{
color: #D85A7D;
}
.AnyTagClassName
{
color: #D85A7D;
}
</style>
background-color css
<style>
a { background-color: #D85A7D; }
a { background-color: rgb(216,90,125); }
div.DivClassName
{
background-color: #D85A7D;
}
.BgClassName
{
background-color: #D85A7D;
}
</style>
border-color css
<style>
span { border-color: #D85A7D; }
span { border-color: rgb(216,90,125); }
td.TdClassName
{
border-color: #D85A7D;
}
.TagClassName
{
border-color: #D85A7D;
}
</style>