Shades of Cranberry #D54F7E
Tints of Cranberry #D54F7E
RGB
CMYK
RGB Variations
Color information
#D54F7E (or 0xD54F7E) is known color: Cranberry. HEX triplet: D5, 4F and 7E. RGB value is (213,79,126). Sum of RGB (Red+Green+Blue) = 213+79+126=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F7E is #2AB081. Grayscale: #7C7C7C. Windows color (decimal): -2797698 or 8277973. OLE color: 8277973.
HSL color Cylindrical-coordinate representation of color #D54F7E: hue angle of 338.96º 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 #D54F7E is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 126 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.16 |
| HSL | 338.96º | 0.61% | 0.57% | - |
| HSV(B) | 338.96º | 0.63% | 0.84% | - |
| XYZ | 34 | 21.24 | 22.05 | - |
| YUV | 124.42 | 128.89 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 126 | 0 | 0.63 | 0.41 | 0.16 | 338.96 | 0.61 | 0.57 |
| Hex | D5 | 4F | 7E | 0 | 3F | 29 | 10 | 153 | 3D | 39 |
| Octal | 325 | 117 | 176 | 0 | 77 | 51 | 20 | 523 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1111110 | 0 | 111111 | 101001 | 10000 | 101010011 | 111101 | 111001 |
Color Harmonies of #D54F7E
Complementary color
Monochromatic Colors of #D54F7E
Black with #D54F7E
Text Example
Text Example
White with #D54F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F7E; }
p { color: rgb(213,79,126); }
H1.HeaderClassName
{
color: #D54F7E;
}
.AnyTagClassName
{
color: #D54F7E;
}
</style>
background-color css
<style>
a { background-color: #D54F7E; }
a { background-color: rgb(213,79,126); }
div.DivClassName
{
background-color: #D54F7E;
}
.BgClassName
{
background-color: #D54F7E;
}
</style>
border-color css
<style>
span { border-color: #D54F7E; }
span { border-color: rgb(213,79,126); }
td.TdClassName
{
border-color: #D54F7E;
}
.TagClassName
{
border-color: #D54F7E;
}
</style>