Shades of Cranberry #D7627C
Tints of Cranberry #D7627C
RGB
CMYK
RGB Variations
Color information
#D7627C (or 0xD7627C) is known color: Cranberry. HEX triplet: D7, 62 and 7C. RGB value is (215,98,124). Sum of RGB (Red+Green+Blue) = 215+98+124=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7627C is #289D83. Grayscale: #878787. Windows color (decimal): -2661764 or 8151767. OLE color: 8151767.
HSL color Cylindrical-coordinate representation of color #D7627C: hue angle of 346.67º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7627C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 124 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.16 |
| HSL | 346.67º | 0.59% | 0.61% | - |
| HSV(B) | 346.67º | 0.54% | 0.84% | - |
| XYZ | 36.03 | 24.64 | 21.93 | - |
| YUV | 135.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 124 | 0 | 0.54 | 0.42 | 0.16 | 346.67 | 0.59 | 0.61 |
| Hex | D7 | 62 | 7C | 0 | 36 | 2A | 10 | 15B | 3B | 3D |
| Octal | 327 | 142 | 174 | 0 | 66 | 52 | 20 | 533 | 73 | 75 |
| Binary | 11010111 | 1100010 | 1111100 | 0 | 110110 | 101010 | 10000 | 101011011 | 111011 | 111101 |
Color Harmonies of #D7627C
Complementary color
Monochromatic Colors of #D7627C
Black with #D7627C
Text Example
Text Example
White with #D7627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7627C; }
p { color: rgb(215,98,124); }
H1.HeaderClassName
{
color: #D7627C;
}
.AnyTagClassName
{
color: #D7627C;
}
</style>
background-color css
<style>
a { background-color: #D7627C; }
a { background-color: rgb(215,98,124); }
div.DivClassName
{
background-color: #D7627C;
}
.BgClassName
{
background-color: #D7627C;
}
</style>
border-color css
<style>
span { border-color: #D7627C; }
span { border-color: rgb(215,98,124); }
td.TdClassName
{
border-color: #D7627C;
}
.TagClassName
{
border-color: #D7627C;
}
</style>