Shades of Cranberry #D54E7F
Tints of Cranberry #D54E7F
RGB
CMYK
RGB Variations
Color information
#D54E7F (or 0xD54E7F) is known color: Cranberry. HEX triplet: D5, 4E and 7F. RGB value is (213,78,127). Sum of RGB (Red+Green+Blue) = 213+78+127=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E7F is #2AB180. Grayscale: #7B7B7B. Windows color (decimal): -2797953 or 8343253. OLE color: 8343253.
HSL color Cylindrical-coordinate representation of color #D54E7F: hue angle of 338.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54E7F is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 127 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.16 |
| HSL | 338.22º | 0.62% | 0.57% | - |
| HSV(B) | 338.22º | 0.63% | 0.84% | - |
| XYZ | 34 | 21.13 | 22.36 | - |
| YUV | 123.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 127 | 0 | 0.63 | 0.40 | 0.16 | 338.22 | 0.62 | 0.57 |
| Hex | D5 | 4E | 7F | 0 | 3F | 28 | 10 | 152 | 3E | 39 |
| Octal | 325 | 116 | 177 | 0 | 77 | 50 | 20 | 522 | 76 | 71 |
| Binary | 11010101 | 1001110 | 1111111 | 0 | 111111 | 101000 | 10000 | 101010010 | 111110 | 111001 |
Color Harmonies of #D54E7F
Complementary color
Monochromatic Colors of #D54E7F
Black with #D54E7F
Text Example
Text Example
White with #D54E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E7F; }
p { color: rgb(213,78,127); }
H1.HeaderClassName
{
color: #D54E7F;
}
.AnyTagClassName
{
color: #D54E7F;
}
</style>
background-color css
<style>
a { background-color: #D54E7F; }
a { background-color: rgb(213,78,127); }
div.DivClassName
{
background-color: #D54E7F;
}
.BgClassName
{
background-color: #D54E7F;
}
</style>
border-color css
<style>
span { border-color: #D54E7F; }
span { border-color: rgb(213,78,127); }
td.TdClassName
{
border-color: #D54E7F;
}
.TagClassName
{
border-color: #D54E7F;
}
</style>