Shades of Cranberry #D04C75
Tints of Cranberry #D04C75
RGB
CMYK
RGB Variations
Color information
#D04C75 (or 0xD04C75) is known color: Cranberry. HEX triplet: D0, 4C and 75. RGB value is (208,76,117). Sum of RGB (Red+Green+Blue) = 208+76+117=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C75 is #2FB38A. Grayscale: #787878. Windows color (decimal): -3126155 or 7687376. OLE color: 7687376.
HSL color Cylindrical-coordinate representation of color #D04C75: hue angle of 341.36º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C75 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 117 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.18 |
| HSL | 341.36º | 0.58% | 0.56% | - |
| HSV(B) | 341.36º | 0.63% | 0.82% | - |
| XYZ | 31.81 | 19.86 | 18.99 | - |
| YUV | 120.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 117 | 0 | 0.63 | 0.44 | 0.18 | 341.36 | 0.58 | 0.56 |
| Hex | D0 | 4C | 75 | 0 | 3F | 2C | 12 | 155 | 3A | 38 |
| Octal | 320 | 114 | 165 | 0 | 77 | 54 | 22 | 525 | 72 | 70 |
| Binary | 11010000 | 1001100 | 1110101 | 0 | 111111 | 101100 | 10010 | 101010101 | 111010 | 111000 |
Color Harmonies of #D04C75
Complementary color
Monochromatic Colors of #D04C75
Black with #D04C75
Text Example
Text Example
White with #D04C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C75; }
p { color: rgb(208,76,117); }
H1.HeaderClassName
{
color: #D04C75;
}
.AnyTagClassName
{
color: #D04C75;
}
</style>
background-color css
<style>
a { background-color: #D04C75; }
a { background-color: rgb(208,76,117); }
div.DivClassName
{
background-color: #D04C75;
}
.BgClassName
{
background-color: #D04C75;
}
</style>
border-color css
<style>
span { border-color: #D04C75; }
span { border-color: rgb(208,76,117); }
td.TdClassName
{
border-color: #D04C75;
}
.TagClassName
{
border-color: #D04C75;
}
</style>