Shades of Cranberry #D54F7C
Tints of Cranberry #D54F7C
RGB
CMYK
RGB Variations
Color information
#D54F7C (or 0xD54F7C) is known color: Cranberry. HEX triplet: D5, 4F and 7C. RGB value is (213,79,124). Sum of RGB (Red+Green+Blue) = 213+79+124=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F7C is #2AB083. Grayscale: #7C7C7C. Windows color (decimal): -2797700 or 8146901. OLE color: 8146901.
HSL color Cylindrical-coordinate representation of color #D54F7C: hue angle of 339.85º degrees, saturation: 0.61, 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 #D54F7C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 124 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.16 |
| HSL | 339.85º | 0.61% | 0.57% | - |
| HSV(B) | 339.85º | 0.63% | 0.84% | - |
| XYZ | 33.87 | 21.19 | 21.37 | - |
| YUV | 124.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 124 | 0 | 0.63 | 0.42 | 0.16 | 339.85 | 0.61 | 0.57 |
| Hex | D5 | 4F | 7C | 0 | 3F | 2A | 10 | 154 | 3D | 39 |
| Octal | 325 | 117 | 174 | 0 | 77 | 52 | 20 | 524 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1111100 | 0 | 111111 | 101010 | 10000 | 101010100 | 111101 | 111001 |
Color Harmonies of #D54F7C
Complementary color
Monochromatic Colors of #D54F7C
Black with #D54F7C
Text Example
Text Example
White with #D54F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F7C; }
p { color: rgb(213,79,124); }
H1.HeaderClassName
{
color: #D54F7C;
}
.AnyTagClassName
{
color: #D54F7C;
}
</style>
background-color css
<style>
a { background-color: #D54F7C; }
a { background-color: rgb(213,79,124); }
div.DivClassName
{
background-color: #D54F7C;
}
.BgClassName
{
background-color: #D54F7C;
}
</style>
border-color css
<style>
span { border-color: #D54F7C; }
span { border-color: rgb(213,79,124); }
td.TdClassName
{
border-color: #D54F7C;
}
.TagClassName
{
border-color: #D54F7C;
}
</style>