Shades of Cranberry #D04E7D
Tints of Cranberry #D04E7D
RGB
CMYK
RGB Variations
Color information
#D04E7D (or 0xD04E7D) is known color: Cranberry. HEX triplet: D0, 4E and 7D. RGB value is (208,78,125). Sum of RGB (Red+Green+Blue) = 208+78+125=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E7D is #2FB182. Grayscale: #7A7A7A. Windows color (decimal): -3125635 or 8212176. OLE color: 8212176.
HSL color Cylindrical-coordinate representation of color #D04E7D: hue angle of 338.31º degrees, saturation: 0.58, 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 #D04E7D is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 125 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.18 |
| HSL | 338.31º | 0.58% | 0.56% | - |
| HSV(B) | 338.31º | 0.63% | 0.82% | - |
| XYZ | 32.44 | 20.34 | 21.62 | - |
| YUV | 122.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 125 | 0 | 0.62 | 0.40 | 0.18 | 338.31 | 0.58 | 0.56 |
| Hex | D0 | 4E | 7D | 0 | 3E | 28 | 12 | 152 | 3A | 38 |
| Octal | 320 | 116 | 175 | 0 | 76 | 50 | 22 | 522 | 72 | 70 |
| Binary | 11010000 | 1001110 | 1111101 | 0 | 111110 | 101000 | 10010 | 101010010 | 111010 | 111000 |
Color Harmonies of #D04E7D
Complementary color
Monochromatic Colors of #D04E7D
Black with #D04E7D
Text Example
Text Example
White with #D04E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E7D; }
p { color: rgb(208,78,125); }
H1.HeaderClassName
{
color: #D04E7D;
}
.AnyTagClassName
{
color: #D04E7D;
}
</style>
background-color css
<style>
a { background-color: #D04E7D; }
a { background-color: rgb(208,78,125); }
div.DivClassName
{
background-color: #D04E7D;
}
.BgClassName
{
background-color: #D04E7D;
}
</style>
border-color css
<style>
span { border-color: #D04E7D; }
span { border-color: rgb(208,78,125); }
td.TdClassName
{
border-color: #D04E7D;
}
.TagClassName
{
border-color: #D04E7D;
}
</style>