Shades of Cranberry #D54B7E
Tints of Cranberry #D54B7E
RGB
CMYK
RGB Variations
Color information
#D54B7E (or 0xD54B7E) is known color: Cranberry. HEX triplet: D5, 4B and 7E. RGB value is (213,75,126). Sum of RGB (Red+Green+Blue) = 213+75+126=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B7E is #2AB481. Grayscale: #7A7A7A. Windows color (decimal): -2798722 or 8276949. OLE color: 8276949.
HSL color Cylindrical-coordinate representation of color #D54B7E: hue angle of 337.83º 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 #D54B7E is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 126 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.16 |
| HSL | 337.83º | 0.62% | 0.56% | - |
| HSV(B) | 337.83º | 0.65% | 0.84% | - |
| XYZ | 33.72 | 20.68 | 21.95 | - |
| YUV | 122.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 126 | 0 | 0.65 | 0.41 | 0.16 | 337.83 | 0.62 | 0.56 |
| Hex | D5 | 4B | 7E | 0 | 41 | 29 | 10 | 152 | 3E | 38 |
| Octal | 325 | 113 | 176 | 0 | 101 | 51 | 20 | 522 | 76 | 70 |
| Binary | 11010101 | 1001011 | 1111110 | 0 | 1000001 | 101001 | 10000 | 101010010 | 111110 | 111000 |
Color Harmonies of #D54B7E
Complementary color
Monochromatic Colors of #D54B7E
Black with #D54B7E
Text Example
Text Example
White with #D54B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B7E; }
p { color: rgb(213,75,126); }
H1.HeaderClassName
{
color: #D54B7E;
}
.AnyTagClassName
{
color: #D54B7E;
}
</style>
background-color css
<style>
a { background-color: #D54B7E; }
a { background-color: rgb(213,75,126); }
div.DivClassName
{
background-color: #D54B7E;
}
.BgClassName
{
background-color: #D54B7E;
}
</style>
border-color css
<style>
span { border-color: #D54B7E; }
span { border-color: rgb(213,75,126); }
td.TdClassName
{
border-color: #D54B7E;
}
.TagClassName
{
border-color: #D54B7E;
}
</style>