Shades of Cranberry #D4617D
Tints of Cranberry #D4617D
RGB
CMYK
RGB Variations
Color information
#D4617D (or 0xD4617D) is known color: Cranberry. HEX triplet: D4, 61 and 7D. RGB value is (212,97,125). Sum of RGB (Red+Green+Blue) = 212+97+125=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4617D is #2B9E82. Grayscale: #868686. Windows color (decimal): -2858627 or 8217044. OLE color: 8217044.
HSL color Cylindrical-coordinate representation of color #D4617D: hue angle of 345.39º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4617D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 125 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.17 |
| HSL | 345.39º | 0.57% | 0.61% | - |
| HSV(B) | 345.39º | 0.54% | 0.83% | - |
| XYZ | 35.13 | 24.03 | 22.19 | - |
| YUV | 134.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 125 | 0 | 0.54 | 0.41 | 0.17 | 345.39 | 0.57 | 0.61 |
| Hex | D4 | 61 | 7D | 0 | 36 | 29 | 11 | 159 | 39 | 3D |
| Octal | 324 | 141 | 175 | 0 | 66 | 51 | 21 | 531 | 71 | 75 |
| Binary | 11010100 | 1100001 | 1111101 | 0 | 110110 | 101001 | 10001 | 101011001 | 111001 | 111101 |
Color Harmonies of #D4617D
Complementary color
Monochromatic Colors of #D4617D
Black with #D4617D
Text Example
Text Example
White with #D4617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4617D; }
p { color: rgb(212,97,125); }
H1.HeaderClassName
{
color: #D4617D;
}
.AnyTagClassName
{
color: #D4617D;
}
</style>
background-color css
<style>
a { background-color: #D4617D; }
a { background-color: rgb(212,97,125); }
div.DivClassName
{
background-color: #D4617D;
}
.BgClassName
{
background-color: #D4617D;
}
</style>
border-color css
<style>
span { border-color: #D4617D; }
span { border-color: rgb(212,97,125); }
td.TdClassName
{
border-color: #D4617D;
}
.TagClassName
{
border-color: #D4617D;
}
</style>