Shades of Cranberry #D54A85
Tints of Cranberry #D54A85
RGB
CMYK
RGB Variations
Color information
#D54A85 (or 0xD54A85) is known color: Cranberry. HEX triplet: D5, 4A and 85. RGB value is (213,74,133). Sum of RGB (Red+Green+Blue) = 213+74+133=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A85 is #2AB57A. Grayscale: #7A7A7A. Windows color (decimal): -2798971 or 8735445. OLE color: 8735445.
HSL color Cylindrical-coordinate representation of color #D54A85: hue angle of 334.53º 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 #D54A85 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 133 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.16 |
| HSL | 334.53º | 0.62% | 0.56% | - |
| HSV(B) | 334.53º | 0.65% | 0.84% | - |
| XYZ | 34.12 | 20.74 | 24.39 | - |
| YUV | 122.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 133 | 0 | 0.65 | 0.38 | 0.16 | 334.53 | 0.62 | 0.56 |
| Hex | D5 | 4A | 85 | 0 | 41 | 26 | 10 | 14F | 3E | 38 |
| Octal | 325 | 112 | 205 | 0 | 101 | 46 | 20 | 517 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10000101 | 0 | 1000001 | 100110 | 10000 | 101001111 | 111110 | 111000 |
Color Harmonies of #D54A85
Complementary color
Monochromatic Colors of #D54A85
Black with #D54A85
Text Example
Text Example
White with #D54A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A85; }
p { color: rgb(213,74,133); }
H1.HeaderClassName
{
color: #D54A85;
}
.AnyTagClassName
{
color: #D54A85;
}
</style>
background-color css
<style>
a { background-color: #D54A85; }
a { background-color: rgb(213,74,133); }
div.DivClassName
{
background-color: #D54A85;
}
.BgClassName
{
background-color: #D54A85;
}
</style>
border-color css
<style>
span { border-color: #D54A85; }
span { border-color: rgb(213,74,133); }
td.TdClassName
{
border-color: #D54A85;
}
.TagClassName
{
border-color: #D54A85;
}
</style>