Shades of Cranberry #D2637A
Tints of Cranberry #D2637A
RGB
CMYK
RGB Variations
Color information
#D2637A (or 0xD2637A) is known color: Cranberry. HEX triplet: D2, 63 and 7A. RGB value is (210,99,122). Sum of RGB (Red+Green+Blue) = 210+99+122=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2637A is #2D9C85. Grayscale: #868686. Windows color (decimal): -2989190 or 8020946. OLE color: 8020946.
HSL color Cylindrical-coordinate representation of color #D2637A: hue angle of 347.57º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2637A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 122 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.18 |
| HSL | 347.57º | 0.55% | 0.61% | - |
| HSV(B) | 347.57º | 0.53% | 0.82% | - |
| XYZ | 34.55 | 24.03 | 21.23 | - |
| YUV | 134.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 122 | 0 | 0.53 | 0.42 | 0.18 | 347.57 | 0.55 | 0.61 |
| Hex | D2 | 63 | 7A | 0 | 35 | 2A | 12 | 15C | 37 | 3D |
| Octal | 322 | 143 | 172 | 0 | 65 | 52 | 22 | 534 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1111010 | 0 | 110101 | 101010 | 10010 | 101011100 | 110111 | 111101 |
Color Harmonies of #D2637A
Complementary color
Monochromatic Colors of #D2637A
Black with #D2637A
Text Example
Text Example
White with #D2637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2637A; }
p { color: rgb(210,99,122); }
H1.HeaderClassName
{
color: #D2637A;
}
.AnyTagClassName
{
color: #D2637A;
}
</style>
background-color css
<style>
a { background-color: #D2637A; }
a { background-color: rgb(210,99,122); }
div.DivClassName
{
background-color: #D2637A;
}
.BgClassName
{
background-color: #D2637A;
}
</style>
border-color css
<style>
span { border-color: #D2637A; }
span { border-color: rgb(210,99,122); }
td.TdClassName
{
border-color: #D2637A;
}
.TagClassName
{
border-color: #D2637A;
}
</style>