Shades of Cranberry #D7487D
Tints of Cranberry #D7487D
RGB
CMYK
RGB Variations
Color information
#D7487D (or 0xD7487D) is known color: Cranberry. HEX triplet: D7, 48 and 7D. RGB value is (215,72,125). Sum of RGB (Red+Green+Blue) = 215+72+125=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7487D is #28B782. Grayscale: #787878. Windows color (decimal): -2668419 or 8210647. OLE color: 8210647.
HSL color Cylindrical-coordinate representation of color #D7487D: hue angle of 337.76º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7487D is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 125 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.16 |
| HSL | 337.76º | 0.64% | 0.56% | - |
| HSV(B) | 337.76º | 0.67% | 0.84% | - |
| XYZ | 34.04 | 20.56 | 21.58 | - |
| YUV | 120.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 125 | 0 | 0.67 | 0.42 | 0.16 | 337.76 | 0.64 | 0.56 |
| Hex | D7 | 48 | 7D | 0 | 43 | 2A | 10 | 152 | 40 | 38 |
| Octal | 327 | 110 | 175 | 0 | 103 | 52 | 20 | 522 | 100 | 70 |
| Binary | 11010111 | 1001000 | 1111101 | 0 | 1000011 | 101010 | 10000 | 101010010 | 1000000 | 111000 |
Color Harmonies of #D7487D
Complementary color
Monochromatic Colors of #D7487D
Black with #D7487D
Text Example
Text Example
White with #D7487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7487D; }
p { color: rgb(215,72,125); }
H1.HeaderClassName
{
color: #D7487D;
}
.AnyTagClassName
{
color: #D7487D;
}
</style>
background-color css
<style>
a { background-color: #D7487D; }
a { background-color: rgb(215,72,125); }
div.DivClassName
{
background-color: #D7487D;
}
.BgClassName
{
background-color: #D7487D;
}
</style>
border-color css
<style>
span { border-color: #D7487D; }
span { border-color: rgb(215,72,125); }
td.TdClassName
{
border-color: #D7487D;
}
.TagClassName
{
border-color: #D7487D;
}
</style>