Shades of Cranberry #D54A75
Tints of Cranberry #D54A75
RGB
CMYK
RGB Variations
Color information
#D54A75 (or 0xD54A75) is known color: Cranberry. HEX triplet: D5, 4A and 75. RGB value is (213,74,117). Sum of RGB (Red+Green+Blue) = 213+74+117=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A75 is #2AB58A. Grayscale: #787878. Windows color (decimal): -2798987 or 7686869. OLE color: 7686869.
HSL color Cylindrical-coordinate representation of color #D54A75: hue angle of 341.44º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A75 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 117 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.16 |
| HSL | 341.44º | 0.62% | 0.56% | - |
| HSV(B) | 341.44º | 0.65% | 0.84% | - |
| XYZ | 33.1 | 20.33 | 19.01 | - |
| YUV | 120.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 117 | 0 | 0.65 | 0.45 | 0.16 | 341.44 | 0.62 | 0.56 |
| Hex | D5 | 4A | 75 | 0 | 41 | 2D | 10 | 155 | 3E | 38 |
| Octal | 325 | 112 | 165 | 0 | 101 | 55 | 20 | 525 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1110101 | 0 | 1000001 | 101101 | 10000 | 101010101 | 111110 | 111000 |
Color Harmonies of #D54A75
Complementary color
Monochromatic Colors of #D54A75
Black with #D54A75
Text Example
Text Example
White with #D54A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A75; }
p { color: rgb(213,74,117); }
H1.HeaderClassName
{
color: #D54A75;
}
.AnyTagClassName
{
color: #D54A75;
}
</style>
background-color css
<style>
a { background-color: #D54A75; }
a { background-color: rgb(213,74,117); }
div.DivClassName
{
background-color: #D54A75;
}
.BgClassName
{
background-color: #D54A75;
}
</style>
border-color css
<style>
span { border-color: #D54A75; }
span { border-color: rgb(213,74,117); }
td.TdClassName
{
border-color: #D54A75;
}
.TagClassName
{
border-color: #D54A75;
}
</style>