Shades of Cranberry #D54A7A
Tints of Cranberry #D54A7A
RGB
CMYK
RGB Variations
Color information
#D54A7A (or 0xD54A7A) is known color: Cranberry. HEX triplet: D5, 4A and 7A. RGB value is (213,74,122). Sum of RGB (Red+Green+Blue) = 213+74+122=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A7A is #2AB585. Grayscale: #787878. Windows color (decimal): -2798982 or 8014549. OLE color: 8014549.
HSL color Cylindrical-coordinate representation of color #D54A7A: hue angle of 339.28º 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 #D54A7A is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 122 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.16 |
| HSL | 339.28º | 0.62% | 0.56% | - |
| HSV(B) | 339.28º | 0.65% | 0.84% | - |
| XYZ | 33.4 | 20.45 | 20.6 | - |
| YUV | 121.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 122 | 0 | 0.65 | 0.43 | 0.16 | 339.28 | 0.62 | 0.56 |
| Hex | D5 | 4A | 7A | 0 | 41 | 2B | 10 | 153 | 3E | 38 |
| Octal | 325 | 112 | 172 | 0 | 101 | 53 | 20 | 523 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1111010 | 0 | 1000001 | 101011 | 10000 | 101010011 | 111110 | 111000 |
Color Harmonies of #D54A7A
Complementary color
Monochromatic Colors of #D54A7A
Black with #D54A7A
Text Example
Text Example
White with #D54A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A7A; }
p { color: rgb(213,74,122); }
H1.HeaderClassName
{
color: #D54A7A;
}
.AnyTagClassName
{
color: #D54A7A;
}
</style>
background-color css
<style>
a { background-color: #D54A7A; }
a { background-color: rgb(213,74,122); }
div.DivClassName
{
background-color: #D54A7A;
}
.BgClassName
{
background-color: #D54A7A;
}
</style>
border-color css
<style>
span { border-color: #D54A7A; }
span { border-color: rgb(213,74,122); }
td.TdClassName
{
border-color: #D54A7A;
}
.TagClassName
{
border-color: #D54A7A;
}
</style>