Shades of Cranberry #D5627C
Tints of Cranberry #D5627C
RGB
CMYK
RGB Variations
Color information
#D5627C (or 0xD5627C) is known color: Cranberry. HEX triplet: D5, 62 and 7C. RGB value is (213,98,124). Sum of RGB (Red+Green+Blue) = 213+98+124=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5627C is #2A9D83. Grayscale: #878787. Windows color (decimal): -2792836 or 8151765. OLE color: 8151765.
HSL color Cylindrical-coordinate representation of color #D5627C: hue angle of 346.43º degrees, saturation: 0.58, 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 #D5627C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 124 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.16 |
| HSL | 346.43º | 0.58% | 0.61% | - |
| HSV(B) | 346.43º | 0.54% | 0.84% | - |
| XYZ | 35.45 | 24.34 | 21.9 | - |
| YUV | 135.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 124 | 0 | 0.54 | 0.42 | 0.16 | 346.43 | 0.58 | 0.61 |
| Hex | D5 | 62 | 7C | 0 | 36 | 2A | 10 | 15A | 3A | 3D |
| Octal | 325 | 142 | 174 | 0 | 66 | 52 | 20 | 532 | 72 | 75 |
| Binary | 11010101 | 1100010 | 1111100 | 0 | 110110 | 101010 | 10000 | 101011010 | 111010 | 111101 |
Color Harmonies of #D5627C
Complementary color
Monochromatic Colors of #D5627C
Black with #D5627C
Text Example
Text Example
White with #D5627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5627C; }
p { color: rgb(213,98,124); }
H1.HeaderClassName
{
color: #D5627C;
}
.AnyTagClassName
{
color: #D5627C;
}
</style>
background-color css
<style>
a { background-color: #D5627C; }
a { background-color: rgb(213,98,124); }
div.DivClassName
{
background-color: #D5627C;
}
.BgClassName
{
background-color: #D5627C;
}
</style>
border-color css
<style>
span { border-color: #D5627C; }
span { border-color: rgb(213,98,124); }
td.TdClassName
{
border-color: #D5627C;
}
.TagClassName
{
border-color: #D5627C;
}
</style>