Shades of Cranberry #D5537F
Tints of Cranberry #D5537F
RGB
CMYK
RGB Variations
Color information
#D5537F (or 0xD5537F) is known color: Cranberry. HEX triplet: D5, 53 and 7F. RGB value is (213,83,127). Sum of RGB (Red+Green+Blue) = 213+83+127=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5537F is #2AAC80. Grayscale: #7E7E7E. Windows color (decimal): -2796673 or 8344533. OLE color: 8344533.
HSL color Cylindrical-coordinate representation of color #D5537F: hue angle of 339.69º 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 #D5537F is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 127 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.16 |
| HSL | 339.69º | 0.61% | 0.58% | - |
| HSV(B) | 339.69º | 0.61% | 0.84% | - |
| XYZ | 34.36 | 21.86 | 22.49 | - |
| YUV | 126.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 127 | 0 | 0.61 | 0.40 | 0.16 | 339.69 | 0.61 | 0.58 |
| Hex | D5 | 53 | 7F | 0 | 3D | 28 | 10 | 154 | 3D | 3A |
| Octal | 325 | 123 | 177 | 0 | 75 | 50 | 20 | 524 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1111111 | 0 | 111101 | 101000 | 10000 | 101010100 | 111101 | 111010 |
Color Harmonies of #D5537F
Complementary color
Monochromatic Colors of #D5537F
Black with #D5537F
Text Example
Text Example
White with #D5537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5537F; }
p { color: rgb(213,83,127); }
H1.HeaderClassName
{
color: #D5537F;
}
.AnyTagClassName
{
color: #D5537F;
}
</style>
background-color css
<style>
a { background-color: #D5537F; }
a { background-color: rgb(213,83,127); }
div.DivClassName
{
background-color: #D5537F;
}
.BgClassName
{
background-color: #D5537F;
}
</style>
border-color css
<style>
span { border-color: #D5537F; }
span { border-color: rgb(213,83,127); }
td.TdClassName
{
border-color: #D5537F;
}
.TagClassName
{
border-color: #D5537F;
}
</style>