Shades of Cranberry #D14F7F
Tints of Cranberry #D14F7F
RGB
CMYK
RGB Variations
Color information
#D14F7F (or 0xD14F7F) is known color: Cranberry. HEX triplet: D1, 4F and 7F. RGB value is (209,79,127). Sum of RGB (Red+Green+Blue) = 209+79+127=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14F7F is #2EB080. Grayscale: #7B7B7B. Windows color (decimal): -3059841 or 8343505. OLE color: 8343505.
HSL color Cylindrical-coordinate representation of color #D14F7F: hue angle of 337.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D14F7F is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 127 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.18 |
| HSL | 337.85º | 0.59% | 0.56% | - |
| HSV(B) | 337.85º | 0.62% | 0.82% | - |
| XYZ | 32.92 | 20.68 | 22.34 | - |
| YUV | 123.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 127 | 0 | 0.62 | 0.39 | 0.18 | 337.85 | 0.59 | 0.56 |
| Hex | D1 | 4F | 7F | 0 | 3E | 27 | 12 | 152 | 3B | 38 |
| Octal | 321 | 117 | 177 | 0 | 76 | 47 | 22 | 522 | 73 | 70 |
| Binary | 11010001 | 1001111 | 1111111 | 0 | 111110 | 100111 | 10010 | 101010010 | 111011 | 111000 |
Color Harmonies of #D14F7F
Complementary color
Monochromatic Colors of #D14F7F
Black with #D14F7F
Text Example
Text Example
White with #D14F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F7F; }
p { color: rgb(209,79,127); }
H1.HeaderClassName
{
color: #D14F7F;
}
.AnyTagClassName
{
color: #D14F7F;
}
</style>
background-color css
<style>
a { background-color: #D14F7F; }
a { background-color: rgb(209,79,127); }
div.DivClassName
{
background-color: #D14F7F;
}
.BgClassName
{
background-color: #D14F7F;
}
</style>
border-color css
<style>
span { border-color: #D14F7F; }
span { border-color: rgb(209,79,127); }
td.TdClassName
{
border-color: #D14F7F;
}
.TagClassName
{
border-color: #D14F7F;
}
</style>