Shades of Cranberry #D5537D
Tints of Cranberry #D5537D
RGB
CMYK
RGB Variations
Color information
#D5537D (or 0xD5537D) is known color: Cranberry. HEX triplet: D5, 53 and 7D. RGB value is (213,83,125). Sum of RGB (Red+Green+Blue) = 213+83+125=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5537D is #2AAC82. Grayscale: #7E7E7E. Windows color (decimal): -2796675 or 8213461. OLE color: 8213461.
HSL color Cylindrical-coordinate representation of color #D5537D: hue angle of 340.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5537D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 125 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.16 |
| HSL | 340.62º | 0.61% | 0.58% | - |
| HSV(B) | 340.62º | 0.61% | 0.84% | - |
| XYZ | 34.24 | 21.81 | 21.81 | - |
| YUV | 126.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 125 | 0 | 0.61 | 0.41 | 0.16 | 340.62 | 0.61 | 0.58 |
| Hex | D5 | 53 | 7D | 0 | 3D | 29 | 10 | 155 | 3D | 3A |
| Octal | 325 | 123 | 175 | 0 | 75 | 51 | 20 | 525 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1111101 | 0 | 111101 | 101001 | 10000 | 101010101 | 111101 | 111010 |
Color Harmonies of #D5537D
Complementary color
Monochromatic Colors of #D5537D
Black with #D5537D
Text Example
Text Example
White with #D5537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5537D; }
p { color: rgb(213,83,125); }
H1.HeaderClassName
{
color: #D5537D;
}
.AnyTagClassName
{
color: #D5537D;
}
</style>
background-color css
<style>
a { background-color: #D5537D; }
a { background-color: rgb(213,83,125); }
div.DivClassName
{
background-color: #D5537D;
}
.BgClassName
{
background-color: #D5537D;
}
</style>
border-color css
<style>
span { border-color: #D5537D; }
span { border-color: rgb(213,83,125); }
td.TdClassName
{
border-color: #D5537D;
}
.TagClassName
{
border-color: #D5537D;
}
</style>