Shades of Cranberry #D0547A
Tints of Cranberry #D0547A
RGB
CMYK
RGB Variations
Color information
#D0547A (or 0xD0547A) is known color: Cranberry. HEX triplet: D0, 54 and 7A. RGB value is (208,84,122). Sum of RGB (Red+Green+Blue) = 208+84+122=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0547A is #2FAB85. Grayscale: #7D7D7D. Windows color (decimal): -3124102 or 8017104. OLE color: 8017104.
HSL color Cylindrical-coordinate representation of color #D0547A: hue angle of 341.61º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0547A is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 122 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.18 |
| HSL | 341.61º | 0.57% | 0.57% | - |
| HSV(B) | 341.61º | 0.6% | 0.82% | - |
| XYZ | 32.7 | 21.16 | 20.77 | - |
| YUV | 125.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 122 | 0 | 0.60 | 0.41 | 0.18 | 341.61 | 0.57 | 0.57 |
| Hex | D0 | 54 | 7A | 0 | 3C | 29 | 12 | 156 | 39 | 39 |
| Octal | 320 | 124 | 172 | 0 | 74 | 51 | 22 | 526 | 71 | 71 |
| Binary | 11010000 | 1010100 | 1111010 | 0 | 111100 | 101001 | 10010 | 101010110 | 111001 | 111001 |
Color Harmonies of #D0547A
Complementary color
Monochromatic Colors of #D0547A
Black with #D0547A
Text Example
Text Example
White with #D0547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0547A; }
p { color: rgb(208,84,122); }
H1.HeaderClassName
{
color: #D0547A;
}
.AnyTagClassName
{
color: #D0547A;
}
</style>
background-color css
<style>
a { background-color: #D0547A; }
a { background-color: rgb(208,84,122); }
div.DivClassName
{
background-color: #D0547A;
}
.BgClassName
{
background-color: #D0547A;
}
</style>
border-color css
<style>
span { border-color: #D0547A; }
span { border-color: rgb(208,84,122); }
td.TdClassName
{
border-color: #D0547A;
}
.TagClassName
{
border-color: #D0547A;
}
</style>