Shades of Cranberry #D54F75
Tints of Cranberry #D54F75
RGB
CMYK
RGB Variations
Color information
#D54F75 (or 0xD54F75) is known color: Cranberry. HEX triplet: D5, 4F and 75. RGB value is (213,79,117). Sum of RGB (Red+Green+Blue) = 213+79+117=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F75 is #2AB08A. Grayscale: #7B7B7B. Windows color (decimal): -2797707 or 7688149. OLE color: 7688149.
HSL color Cylindrical-coordinate representation of color #D54F75: hue angle of 342.99º 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 #D54F75 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 117 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.16 |
| HSL | 342.99º | 0.61% | 0.57% | - |
| HSV(B) | 342.99º | 0.63% | 0.84% | - |
| XYZ | 33.45 | 21.02 | 19.12 | - |
| YUV | 123.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 117 | 0 | 0.63 | 0.45 | 0.16 | 342.99 | 0.61 | 0.57 |
| Hex | D5 | 4F | 75 | 0 | 3F | 2D | 10 | 157 | 3D | 39 |
| Octal | 325 | 117 | 165 | 0 | 77 | 55 | 20 | 527 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1110101 | 0 | 111111 | 101101 | 10000 | 101010111 | 111101 | 111001 |
Color Harmonies of #D54F75
Complementary color
Monochromatic Colors of #D54F75
Black with #D54F75
Text Example
Text Example
White with #D54F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F75; }
p { color: rgb(213,79,117); }
H1.HeaderClassName
{
color: #D54F75;
}
.AnyTagClassName
{
color: #D54F75;
}
</style>
background-color css
<style>
a { background-color: #D54F75; }
a { background-color: rgb(213,79,117); }
div.DivClassName
{
background-color: #D54F75;
}
.BgClassName
{
background-color: #D54F75;
}
</style>
border-color css
<style>
span { border-color: #D54F75; }
span { border-color: rgb(213,79,117); }
td.TdClassName
{
border-color: #D54F75;
}
.TagClassName
{
border-color: #D54F75;
}
</style>