Shades of Cranberry #D2547A
Tints of Cranberry #D2547A
RGB
CMYK
RGB Variations
Color information
#D2547A (or 0xD2547A) is known color: Cranberry. HEX triplet: D2, 54 and 7A. RGB value is (210,84,122). Sum of RGB (Red+Green+Blue) = 210+84+122=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2547A is #2DAB85. Grayscale: #7D7D7D. Windows color (decimal): -2993030 or 8017106. OLE color: 8017106.
HSL color Cylindrical-coordinate representation of color #D2547A: hue angle of 341.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2547A is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 122 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.18 |
| HSL | 341.9º | 0.58% | 0.58% | - |
| HSV(B) | 341.9º | 0.6% | 0.82% | - |
| XYZ | 33.26 | 21.45 | 20.8 | - |
| YUV | 126.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 122 | 0 | 0.6 | 0.42 | 0.18 | 341.9 | 0.58 | 0.58 |
| Hex | D2 | 54 | 7A | 0 | 3C | 2A | 12 | 156 | 3A | 3A |
| Octal | 322 | 124 | 172 | 0 | 74 | 52 | 22 | 526 | 72 | 72 |
| Binary | 11010010 | 1010100 | 1111010 | 0 | 111100 | 101010 | 10010 | 101010110 | 111010 | 111010 |
Color Harmonies of #D2547A
Complementary color
Monochromatic Colors of #D2547A
Black with #D2547A
Text Example
Text Example
White with #D2547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2547A; }
p { color: rgb(210,84,122); }
H1.HeaderClassName
{
color: #D2547A;
}
.AnyTagClassName
{
color: #D2547A;
}
</style>
background-color css
<style>
a { background-color: #D2547A; }
a { background-color: rgb(210,84,122); }
div.DivClassName
{
background-color: #D2547A;
}
.BgClassName
{
background-color: #D2547A;
}
</style>
border-color css
<style>
span { border-color: #D2547A; }
span { border-color: rgb(210,84,122); }
td.TdClassName
{
border-color: #D2547A;
}
.TagClassName
{
border-color: #D2547A;
}
</style>