Shades of Cranberry #D54F7B
Tints of Cranberry #D54F7B
RGB
CMYK
RGB Variations
Color information
#D54F7B (or 0xD54F7B) is known color: Cranberry. HEX triplet: D5, 4F and 7B. RGB value is (213,79,123). Sum of RGB (Red+Green+Blue) = 213+79+123=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F7B is #2AB084. Grayscale: #7C7C7C. Windows color (decimal): -2797701 or 8081365. OLE color: 8081365.
HSL color Cylindrical-coordinate representation of color #D54F7B: hue angle of 340.3º 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 #D54F7B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 123 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.16 |
| HSL | 340.3º | 0.61% | 0.57% | - |
| HSV(B) | 340.3º | 0.63% | 0.84% | - |
| XYZ | 33.81 | 21.17 | 21.04 | - |
| YUV | 124.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 123 | 0 | 0.63 | 0.42 | 0.16 | 340.3 | 0.61 | 0.57 |
| Hex | D5 | 4F | 7B | 0 | 3F | 2A | 10 | 154 | 3D | 39 |
| Octal | 325 | 117 | 173 | 0 | 77 | 52 | 20 | 524 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1111011 | 0 | 111111 | 101010 | 10000 | 101010100 | 111101 | 111001 |
Color Harmonies of #D54F7B
Complementary color
Monochromatic Colors of #D54F7B
Black with #D54F7B
Text Example
Text Example
White with #D54F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F7B; }
p { color: rgb(213,79,123); }
H1.HeaderClassName
{
color: #D54F7B;
}
.AnyTagClassName
{
color: #D54F7B;
}
</style>
background-color css
<style>
a { background-color: #D54F7B; }
a { background-color: rgb(213,79,123); }
div.DivClassName
{
background-color: #D54F7B;
}
.BgClassName
{
background-color: #D54F7B;
}
</style>
border-color css
<style>
span { border-color: #D54F7B; }
span { border-color: rgb(213,79,123); }
td.TdClassName
{
border-color: #D54F7B;
}
.TagClassName
{
border-color: #D54F7B;
}
</style>