Shades of Cranberry #D3537A
Tints of Cranberry #D3537A
RGB
CMYK
RGB Variations
Color information
#D3537A (or 0xD3537A) is known color: Cranberry. HEX triplet: D3, 53 and 7A. RGB value is (211,83,122). Sum of RGB (Red+Green+Blue) = 211+83+122=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D3537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3537A is #2CAC85. Grayscale: #7D7D7D. Windows color (decimal): -2927750 or 8016851. OLE color: 8016851.
HSL color Cylindrical-coordinate representation of color #D3537A: hue angle of 341.72º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3537A is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 122 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.17 |
| HSL | 341.72º | 0.59% | 0.58% | - |
| HSV(B) | 341.72º | 0.61% | 0.83% | - |
| XYZ | 33.47 | 21.44 | 20.79 | - |
| YUV | 125.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 122 | 0 | 0.61 | 0.42 | 0.17 | 341.72 | 0.59 | 0.58 |
| Hex | D3 | 53 | 7A | 0 | 3D | 2A | 11 | 156 | 3B | 3A |
| Octal | 323 | 123 | 172 | 0 | 75 | 52 | 21 | 526 | 73 | 72 |
| Binary | 11010011 | 1010011 | 1111010 | 0 | 111101 | 101010 | 10001 | 101010110 | 111011 | 111010 |
Color Harmonies of #D3537A
Complementary color
Monochromatic Colors of #D3537A
Black with #D3537A
Text Example
Text Example
White with #D3537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3537A; }
p { color: rgb(211,83,122); }
H1.HeaderClassName
{
color: #D3537A;
}
.AnyTagClassName
{
color: #D3537A;
}
</style>
background-color css
<style>
a { background-color: #D3537A; }
a { background-color: rgb(211,83,122); }
div.DivClassName
{
background-color: #D3537A;
}
.BgClassName
{
background-color: #D3537A;
}
</style>
border-color css
<style>
span { border-color: #D3537A; }
span { border-color: rgb(211,83,122); }
td.TdClassName
{
border-color: #D3537A;
}
.TagClassName
{
border-color: #D3537A;
}
</style>