Shades of Cranberry #D2637D
Tints of Cranberry #D2637D
RGB
CMYK
RGB Variations
Color information
#D2637D (or 0xD2637D) is known color: Cranberry. HEX triplet: D2, 63 and 7D. RGB value is (210,99,125). Sum of RGB (Red+Green+Blue) = 210+99+125=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2637D is #2D9C82. Grayscale: #878787. Windows color (decimal): -2989187 or 8217554. OLE color: 8217554.
HSL color Cylindrical-coordinate representation of color #D2637D: hue angle of 345.95º 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 #D2637D is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 125 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.18 |
| HSL | 345.95º | 0.55% | 0.61% | - |
| HSV(B) | 345.95º | 0.53% | 0.82% | - |
| XYZ | 34.74 | 24.11 | 22.22 | - |
| YUV | 135.15 | 122.27 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 125 | 0 | 0.53 | 0.40 | 0.18 | 345.95 | 0.55 | 0.61 |
| Hex | D2 | 63 | 7D | 0 | 35 | 28 | 12 | 15A | 37 | 3D |
| Octal | 322 | 143 | 175 | 0 | 65 | 50 | 22 | 532 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1111101 | 0 | 110101 | 101000 | 10010 | 101011010 | 110111 | 111101 |
Color Harmonies of #D2637D
Complementary color
Monochromatic Colors of #D2637D
Black with #D2637D
Text Example
Text Example
White with #D2637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2637D; }
p { color: rgb(210,99,125); }
H1.HeaderClassName
{
color: #D2637D;
}
.AnyTagClassName
{
color: #D2637D;
}
</style>
background-color css
<style>
a { background-color: #D2637D; }
a { background-color: rgb(210,99,125); }
div.DivClassName
{
background-color: #D2637D;
}
.BgClassName
{
background-color: #D2637D;
}
</style>
border-color css
<style>
span { border-color: #D2637D; }
span { border-color: rgb(210,99,125); }
td.TdClassName
{
border-color: #D2637D;
}
.TagClassName
{
border-color: #D2637D;
}
</style>