Shades of Cranberry #D04C7F
Tints of Cranberry #D04C7F
RGB
CMYK
RGB Variations
Color information
#D04C7F (or 0xD04C7F) is known color: Cranberry. HEX triplet: D0, 4C and 7F. RGB value is (208,76,127). Sum of RGB (Red+Green+Blue) = 208+76+127=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C7F is #2FB380. Grayscale: #797979. Windows color (decimal): -3126145 or 8342736. OLE color: 8342736.
HSL color Cylindrical-coordinate representation of color #D04C7F: hue angle of 336.82º 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 #D04C7F is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 127 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.18 |
| HSL | 336.82º | 0.58% | 0.56% | - |
| HSV(B) | 336.82º | 0.63% | 0.82% | - |
| XYZ | 32.43 | 20.11 | 22.25 | - |
| YUV | 121.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 127 | 0 | 0.63 | 0.39 | 0.18 | 336.82 | 0.58 | 0.56 |
| Hex | D0 | 4C | 7F | 0 | 3F | 27 | 12 | 151 | 3A | 38 |
| Octal | 320 | 114 | 177 | 0 | 77 | 47 | 22 | 521 | 72 | 70 |
| Binary | 11010000 | 1001100 | 1111111 | 0 | 111111 | 100111 | 10010 | 101010001 | 111010 | 111000 |
Color Harmonies of #D04C7F
Complementary color
Monochromatic Colors of #D04C7F
Black with #D04C7F
Text Example
Text Example
White with #D04C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C7F; }
p { color: rgb(208,76,127); }
H1.HeaderClassName
{
color: #D04C7F;
}
.AnyTagClassName
{
color: #D04C7F;
}
</style>
background-color css
<style>
a { background-color: #D04C7F; }
a { background-color: rgb(208,76,127); }
div.DivClassName
{
background-color: #D04C7F;
}
.BgClassName
{
background-color: #D04C7F;
}
</style>
border-color css
<style>
span { border-color: #D04C7F; }
span { border-color: rgb(208,76,127); }
td.TdClassName
{
border-color: #D04C7F;
}
.TagClassName
{
border-color: #D04C7F;
}
</style>