Shades of Cranberry #D3627E
Tints of Cranberry #D3627E
RGB
CMYK
RGB Variations
Color information
#D3627E (or 0xD3627E) is known color: Cranberry. HEX triplet: D3, 62 and 7E. RGB value is (211,98,126). Sum of RGB (Red+Green+Blue) = 211+98+126=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D3627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3627E is #2C9D81. Grayscale: #868686. Windows color (decimal): -2923906 or 8282835. OLE color: 8282835.
HSL color Cylindrical-coordinate representation of color #D3627E: hue angle of 345.13º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3627E is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 126 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.17 |
| HSL | 345.13º | 0.56% | 0.61% | - |
| HSV(B) | 345.13º | 0.54% | 0.83% | - |
| XYZ | 35 | 24.09 | 22.54 | - |
| YUV | 134.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 126 | 0 | 0.54 | 0.40 | 0.17 | 345.13 | 0.56 | 0.61 |
| Hex | D3 | 62 | 7E | 0 | 36 | 28 | 11 | 159 | 38 | 3D |
| Octal | 323 | 142 | 176 | 0 | 66 | 50 | 21 | 531 | 70 | 75 |
| Binary | 11010011 | 1100010 | 1111110 | 0 | 110110 | 101000 | 10001 | 101011001 | 111000 | 111101 |
Color Harmonies of #D3627E
Complementary color
Monochromatic Colors of #D3627E
Black with #D3627E
Text Example
Text Example
White with #D3627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3627E; }
p { color: rgb(211,98,126); }
H1.HeaderClassName
{
color: #D3627E;
}
.AnyTagClassName
{
color: #D3627E;
}
</style>
background-color css
<style>
a { background-color: #D3627E; }
a { background-color: rgb(211,98,126); }
div.DivClassName
{
background-color: #D3627E;
}
.BgClassName
{
background-color: #D3627E;
}
</style>
border-color css
<style>
span { border-color: #D3627E; }
span { border-color: rgb(211,98,126); }
td.TdClassName
{
border-color: #D3627E;
}
.TagClassName
{
border-color: #D3627E;
}
</style>