Shades of Cranberry #D04A7B
Tints of Cranberry #D04A7B
RGB
CMYK
RGB Variations
Color information
#D04A7B (or 0xD04A7B) is known color: Cranberry. HEX triplet: D0, 4A and 7B. RGB value is (208,74,123). Sum of RGB (Red+Green+Blue) = 208+74+123=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A7B is #2FB584. Grayscale: #777777. Windows color (decimal): -3126661 or 8080080. OLE color: 8080080.
HSL color Cylindrical-coordinate representation of color #D04A7B: hue angle of 338.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A7B is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 123 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.18 |
| HSL | 338.06º | 0.59% | 0.55% | - |
| HSV(B) | 338.06º | 0.64% | 0.82% | - |
| XYZ | 32.04 | 19.74 | 20.86 | - |
| YUV | 119.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 123 | 0 | 0.64 | 0.41 | 0.18 | 338.06 | 0.59 | 0.55 |
| Hex | D0 | 4A | 7B | 0 | 40 | 29 | 12 | 152 | 3B | 37 |
| Octal | 320 | 112 | 173 | 0 | 100 | 51 | 22 | 522 | 73 | 67 |
| Binary | 11010000 | 1001010 | 1111011 | 0 | 1000000 | 101001 | 10010 | 101010010 | 111011 | 110111 |
Color Harmonies of #D04A7B
Complementary color
Monochromatic Colors of #D04A7B
Black with #D04A7B
Text Example
Text Example
White with #D04A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A7B; }
p { color: rgb(208,74,123); }
H1.HeaderClassName
{
color: #D04A7B;
}
.AnyTagClassName
{
color: #D04A7B;
}
</style>
background-color css
<style>
a { background-color: #D04A7B; }
a { background-color: rgb(208,74,123); }
div.DivClassName
{
background-color: #D04A7B;
}
.BgClassName
{
background-color: #D04A7B;
}
</style>
border-color css
<style>
span { border-color: #D04A7B; }
span { border-color: rgb(208,74,123); }
td.TdClassName
{
border-color: #D04A7B;
}
.TagClassName
{
border-color: #D04A7B;
}
</style>