Shades of Cranberry #D7528A
Tints of Cranberry #D7528A
RGB
CMYK
RGB Variations
Color information
#D7528A (or 0xD7528A) is known color: Cranberry. HEX triplet: D7, 52 and 8A. RGB value is (215,82,138). Sum of RGB (Red+Green+Blue) = 215+82+138=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7528A is #28AD75. Grayscale: #808080. Windows color (decimal): -2665846 or 9065175. OLE color: 9065175.
HSL color Cylindrical-coordinate representation of color #D7528A: hue angle of 334.74º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7528A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 138 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.16 |
| HSL | 334.74º | 0.62% | 0.58% | - |
| HSV(B) | 334.74º | 0.62% | 0.84% | - |
| XYZ | 35.63 | 22.32 | 26.47 | - |
| YUV | 128.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 138 | 0 | 0.62 | 0.36 | 0.16 | 334.74 | 0.62 | 0.58 |
| Hex | D7 | 52 | 8A | 0 | 3E | 24 | 10 | 14F | 3E | 3A |
| Octal | 327 | 122 | 212 | 0 | 76 | 44 | 20 | 517 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10001010 | 0 | 111110 | 100100 | 10000 | 101001111 | 111110 | 111010 |
Color Harmonies of #D7528A
Complementary color
Monochromatic Colors of #D7528A
Black with #D7528A
Text Example
Text Example
White with #D7528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7528A; }
p { color: rgb(215,82,138); }
H1.HeaderClassName
{
color: #D7528A;
}
.AnyTagClassName
{
color: #D7528A;
}
</style>
background-color css
<style>
a { background-color: #D7528A; }
a { background-color: rgb(215,82,138); }
div.DivClassName
{
background-color: #D7528A;
}
.BgClassName
{
background-color: #D7528A;
}
</style>
border-color css
<style>
span { border-color: #D7528A; }
span { border-color: rgb(215,82,138); }
td.TdClassName
{
border-color: #D7528A;
}
.TagClassName
{
border-color: #D7528A;
}
</style>