Shades of Cranberry #D54B7F
Tints of Cranberry #D54B7F
RGB
CMYK
RGB Variations
Color information
#D54B7F (or 0xD54B7F) is known color: Cranberry. HEX triplet: D5, 4B and 7F. RGB value is (213,75,127). Sum of RGB (Red+Green+Blue) = 213+75+127=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B7F is #2AB480. Grayscale: #7A7A7A. Windows color (decimal): -2798721 or 8342485. OLE color: 8342485.
HSL color Cylindrical-coordinate representation of color #D54B7F: hue angle of 337.39º 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 #D54B7F is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 127 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.16 |
| HSL | 337.39º | 0.62% | 0.56% | - |
| HSV(B) | 337.39º | 0.65% | 0.84% | - |
| XYZ | 33.79 | 20.71 | 22.3 | - |
| YUV | 122.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 127 | 0 | 0.65 | 0.40 | 0.16 | 337.39 | 0.62 | 0.56 |
| Hex | D5 | 4B | 7F | 0 | 41 | 28 | 10 | 151 | 3E | 38 |
| Octal | 325 | 113 | 177 | 0 | 101 | 50 | 20 | 521 | 76 | 70 |
| Binary | 11010101 | 1001011 | 1111111 | 0 | 1000001 | 101000 | 10000 | 101010001 | 111110 | 111000 |
Color Harmonies of #D54B7F
Complementary color
Monochromatic Colors of #D54B7F
Black with #D54B7F
Text Example
Text Example
White with #D54B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B7F; }
p { color: rgb(213,75,127); }
H1.HeaderClassName
{
color: #D54B7F;
}
.AnyTagClassName
{
color: #D54B7F;
}
</style>
background-color css
<style>
a { background-color: #D54B7F; }
a { background-color: rgb(213,75,127); }
div.DivClassName
{
background-color: #D54B7F;
}
.BgClassName
{
background-color: #D54B7F;
}
</style>
border-color css
<style>
span { border-color: #D54B7F; }
span { border-color: rgb(213,75,127); }
td.TdClassName
{
border-color: #D54B7F;
}
.TagClassName
{
border-color: #D54B7F;
}
</style>