Shades of Cranberry #D1627D
Tints of Cranberry #D1627D
RGB
CMYK
RGB Variations
Color information
#D1627D (or 0xD1627D) is known color: Cranberry. HEX triplet: D1, 62 and 7D. RGB value is (209,98,125). Sum of RGB (Red+Green+Blue) = 209+98+125=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1627D is #2E9D82. Grayscale: #868686. Windows color (decimal): -3054979 or 8217297. OLE color: 8217297.
HSL color Cylindrical-coordinate representation of color #D1627D: hue angle of 345.41º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1627D is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 125 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.18 |
| HSL | 345.41º | 0.55% | 0.6% | - |
| HSV(B) | 345.41º | 0.53% | 0.82% | - |
| XYZ | 34.36 | 23.77 | 22.18 | - |
| YUV | 134.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 125 | 0 | 0.53 | 0.40 | 0.18 | 345.41 | 0.55 | 0.6 |
| Hex | D1 | 62 | 7D | 0 | 35 | 28 | 12 | 159 | 37 | 3C |
| Octal | 321 | 142 | 175 | 0 | 65 | 50 | 22 | 531 | 67 | 74 |
| Binary | 11010001 | 1100010 | 1111101 | 0 | 110101 | 101000 | 10010 | 101011001 | 110111 | 111100 |
Color Harmonies of #D1627D
Complementary color
Monochromatic Colors of #D1627D
Black with #D1627D
Text Example
Text Example
White with #D1627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1627D; }
p { color: rgb(209,98,125); }
H1.HeaderClassName
{
color: #D1627D;
}
.AnyTagClassName
{
color: #D1627D;
}
</style>
background-color css
<style>
a { background-color: #D1627D; }
a { background-color: rgb(209,98,125); }
div.DivClassName
{
background-color: #D1627D;
}
.BgClassName
{
background-color: #D1627D;
}
</style>
border-color css
<style>
span { border-color: #D1627D; }
span { border-color: rgb(209,98,125); }
td.TdClassName
{
border-color: #D1627D;
}
.TagClassName
{
border-color: #D1627D;
}
</style>