Shades of Cranberry #D7558A
Tints of Cranberry #D7558A
RGB
CMYK
RGB Variations
Color information
#D7558A (or 0xD7558A) is known color: Cranberry. HEX triplet: D7, 55 and 8A. RGB value is (215,85,138). Sum of RGB (Red+Green+Blue) = 215+85+138=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7558A is #28AA75. Grayscale: #818181. Windows color (decimal): -2665078 or 9065943. OLE color: 9065943.
HSL color Cylindrical-coordinate representation of color #D7558A: hue angle of 335.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7558A is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 138 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.16 |
| HSL | 335.54º | 0.62% | 0.59% | - |
| HSV(B) | 335.54º | 0.6% | 0.84% | - |
| XYZ | 35.86 | 22.78 | 26.55 | - |
| YUV | 129.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 138 | 0 | 0.60 | 0.36 | 0.16 | 335.54 | 0.62 | 0.59 |
| Hex | D7 | 55 | 8A | 0 | 3C | 24 | 10 | 150 | 3E | 3B |
| Octal | 327 | 125 | 212 | 0 | 74 | 44 | 20 | 520 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10001010 | 0 | 111100 | 100100 | 10000 | 101010000 | 111110 | 111011 |
Color Harmonies of #D7558A
Complementary color
Monochromatic Colors of #D7558A
Black with #D7558A
Text Example
Text Example
White with #D7558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7558A; }
p { color: rgb(215,85,138); }
H1.HeaderClassName
{
color: #D7558A;
}
.AnyTagClassName
{
color: #D7558A;
}
</style>
background-color css
<style>
a { background-color: #D7558A; }
a { background-color: rgb(215,85,138); }
div.DivClassName
{
background-color: #D7558A;
}
.BgClassName
{
background-color: #D7558A;
}
</style>
border-color css
<style>
span { border-color: #D7558A; }
span { border-color: rgb(215,85,138); }
td.TdClassName
{
border-color: #D7558A;
}
.TagClassName
{
border-color: #D7558A;
}
</style>