Shades of Cranberry #D4537A
Tints of Cranberry #D4537A
RGB
CMYK
RGB Variations
Color information
#D4537A (or 0xD4537A) is known color: Cranberry. HEX triplet: D4, 53 and 7A. RGB value is (212,83,122). Sum of RGB (Red+Green+Blue) = 212+83+122=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4537A is #2BAC85. Grayscale: #7D7D7D. Windows color (decimal): -2862214 or 8016852. OLE color: 8016852.
HSL color Cylindrical-coordinate representation of color #D4537A: hue angle of 341.86º degrees, saturation: 0.6, 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 #D4537A is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 122 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.17 |
| HSL | 341.86º | 0.6% | 0.58% | - |
| HSV(B) | 341.86º | 0.61% | 0.83% | - |
| XYZ | 33.76 | 21.59 | 20.8 | - |
| YUV | 126.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 122 | 0 | 0.61 | 0.42 | 0.17 | 341.86 | 0.6 | 0.58 |
| Hex | D4 | 53 | 7A | 0 | 3D | 2A | 11 | 156 | 3C | 3A |
| Octal | 324 | 123 | 172 | 0 | 75 | 52 | 21 | 526 | 74 | 72 |
| Binary | 11010100 | 1010011 | 1111010 | 0 | 111101 | 101010 | 10001 | 101010110 | 111100 | 111010 |
Color Harmonies of #D4537A
Complementary color
Monochromatic Colors of #D4537A
Black with #D4537A
Text Example
Text Example
White with #D4537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4537A; }
p { color: rgb(212,83,122); }
H1.HeaderClassName
{
color: #D4537A;
}
.AnyTagClassName
{
color: #D4537A;
}
</style>
background-color css
<style>
a { background-color: #D4537A; }
a { background-color: rgb(212,83,122); }
div.DivClassName
{
background-color: #D4537A;
}
.BgClassName
{
background-color: #D4537A;
}
</style>
border-color css
<style>
span { border-color: #D4537A; }
span { border-color: rgb(212,83,122); }
td.TdClassName
{
border-color: #D4537A;
}
.TagClassName
{
border-color: #D4537A;
}
</style>