Shades of Cranberry #D14575
Tints of Cranberry #D14575
RGB
CMYK
RGB Variations
Color information
#D14575 (or 0xD14575) is known color: Cranberry. HEX triplet: D1, 45 and 75. RGB value is (209,69,117). Sum of RGB (Red+Green+Blue) = 209+69+117=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D14575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14575 is #2EBA8A. Grayscale: #747474. Windows color (decimal): -3062411 or 7685585. OLE color: 7685585.
HSL color Cylindrical-coordinate representation of color #D14575: hue angle of 339.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14575 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 117 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.18 |
| HSL | 339.43º | 0.6% | 0.55% | - |
| HSV(B) | 339.43º | 0.67% | 0.82% | - |
| XYZ | 31.63 | 19.1 | 18.85 | - |
| YUV | 116.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 117 | 0 | 0.67 | 0.44 | 0.18 | 339.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | 75 | 0 | 43 | 2C | 12 | 153 | 3C | 37 |
| Octal | 321 | 105 | 165 | 0 | 103 | 54 | 22 | 523 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1110101 | 0 | 1000011 | 101100 | 10010 | 101010011 | 111100 | 110111 |
Color Harmonies of #D14575
Complementary color
Monochromatic Colors of #D14575
Black with #D14575
Text Example
Text Example
White with #D14575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14575; }
p { color: rgb(209,69,117); }
H1.HeaderClassName
{
color: #D14575;
}
.AnyTagClassName
{
color: #D14575;
}
</style>
background-color css
<style>
a { background-color: #D14575; }
a { background-color: rgb(209,69,117); }
div.DivClassName
{
background-color: #D14575;
}
.BgClassName
{
background-color: #D14575;
}
</style>
border-color css
<style>
span { border-color: #D14575; }
span { border-color: rgb(209,69,117); }
td.TdClassName
{
border-color: #D14575;
}
.TagClassName
{
border-color: #D14575;
}
</style>