Shades of Cranberry #D45B7C
Tints of Cranberry #D45B7C
RGB
CMYK
RGB Variations
Color information
#D45B7C (or 0xD45B7C) is known color: Cranberry. HEX triplet: D4, 5B and 7C. RGB value is (212,91,124). Sum of RGB (Red+Green+Blue) = 212+91+124=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45B7C is #2BA483. Grayscale: #828282. Windows color (decimal): -2860164 or 8149972. OLE color: 8149972.
HSL color Cylindrical-coordinate representation of color #D45B7C: hue angle of 343.64º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45B7C is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 124 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.17 |
| HSL | 343.64º | 0.58% | 0.59% | - |
| HSV(B) | 343.64º | 0.57% | 0.83% | - |
| XYZ | 34.53 | 22.93 | 21.68 | - |
| YUV | 130.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 124 | 0 | 0.57 | 0.42 | 0.17 | 343.64 | 0.58 | 0.59 |
| Hex | D4 | 5B | 7C | 0 | 39 | 2A | 11 | 158 | 3A | 3B |
| Octal | 324 | 133 | 174 | 0 | 71 | 52 | 21 | 530 | 72 | 73 |
| Binary | 11010100 | 1011011 | 1111100 | 0 | 111001 | 101010 | 10001 | 101011000 | 111010 | 111011 |
Color Harmonies of #D45B7C
Complementary color
Monochromatic Colors of #D45B7C
Black with #D45B7C
Text Example
Text Example
White with #D45B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45B7C; }
p { color: rgb(212,91,124); }
H1.HeaderClassName
{
color: #D45B7C;
}
.AnyTagClassName
{
color: #D45B7C;
}
</style>
background-color css
<style>
a { background-color: #D45B7C; }
a { background-color: rgb(212,91,124); }
div.DivClassName
{
background-color: #D45B7C;
}
.BgClassName
{
background-color: #D45B7C;
}
</style>
border-color css
<style>
span { border-color: #D45B7C; }
span { border-color: rgb(212,91,124); }
td.TdClassName
{
border-color: #D45B7C;
}
.TagClassName
{
border-color: #D45B7C;
}
</style>