Shades of Cranberry #D1607D
Tints of Cranberry #D1607D
RGB
CMYK
RGB Variations
Color information
#D1607D (or 0xD1607D) is known color: Cranberry. HEX triplet: D1, 60 and 7D. RGB value is (209,96,125). Sum of RGB (Red+Green+Blue) = 209+96+125=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1607D is #2E9F82. Grayscale: #858585. Windows color (decimal): -3055491 or 8216785. OLE color: 8216785.
HSL color Cylindrical-coordinate representation of color #D1607D: hue angle of 344.6º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1607D is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 125 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.18 |
| HSL | 344.6º | 0.55% | 0.6% | - |
| HSV(B) | 344.6º | 0.54% | 0.82% | - |
| XYZ | 34.18 | 23.4 | 22.12 | - |
| YUV | 133.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 125 | 0 | 0.54 | 0.40 | 0.18 | 344.6 | 0.55 | 0.6 |
| Hex | D1 | 60 | 7D | 0 | 36 | 28 | 12 | 159 | 37 | 3C |
| Octal | 321 | 140 | 175 | 0 | 66 | 50 | 22 | 531 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1111101 | 0 | 110110 | 101000 | 10010 | 101011001 | 110111 | 111100 |
Color Harmonies of #D1607D
Complementary color
Monochromatic Colors of #D1607D
Black with #D1607D
Text Example
Text Example
White with #D1607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1607D; }
p { color: rgb(209,96,125); }
H1.HeaderClassName
{
color: #D1607D;
}
.AnyTagClassName
{
color: #D1607D;
}
</style>
background-color css
<style>
a { background-color: #D1607D; }
a { background-color: rgb(209,96,125); }
div.DivClassName
{
background-color: #D1607D;
}
.BgClassName
{
background-color: #D1607D;
}
</style>
border-color css
<style>
span { border-color: #D1607D; }
span { border-color: rgb(209,96,125); }
td.TdClassName
{
border-color: #D1607D;
}
.TagClassName
{
border-color: #D1607D;
}
</style>