Shades of Cranberry #D45375
Tints of Cranberry #D45375
RGB
CMYK
RGB Variations
Color information
#D45375 (or 0xD45375) is known color: Cranberry. HEX triplet: D4, 53 and 75. RGB value is (212,83,117). Sum of RGB (Red+Green+Blue) = 212+83+117=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D45375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45375 is #2BAC8A. Grayscale: #7D7D7D. Windows color (decimal): -2862219 or 7689172. OLE color: 7689172.
HSL color Cylindrical-coordinate representation of color #D45375: hue angle of 344.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45375 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 117 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.17 |
| HSL | 344.19º | 0.6% | 0.58% | - |
| HSV(B) | 344.19º | 0.61% | 0.83% | - |
| XYZ | 33.46 | 21.47 | 19.21 | - |
| YUV | 125.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 117 | 0 | 0.61 | 0.45 | 0.17 | 344.19 | 0.6 | 0.58 |
| Hex | D4 | 53 | 75 | 0 | 3D | 2D | 11 | 158 | 3C | 3A |
| Octal | 324 | 123 | 165 | 0 | 75 | 55 | 21 | 530 | 74 | 72 |
| Binary | 11010100 | 1010011 | 1110101 | 0 | 111101 | 101101 | 10001 | 101011000 | 111100 | 111010 |
Color Harmonies of #D45375
Complementary color
Monochromatic Colors of #D45375
Black with #D45375
Text Example
Text Example
White with #D45375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45375; }
p { color: rgb(212,83,117); }
H1.HeaderClassName
{
color: #D45375;
}
.AnyTagClassName
{
color: #D45375;
}
</style>
background-color css
<style>
a { background-color: #D45375; }
a { background-color: rgb(212,83,117); }
div.DivClassName
{
background-color: #D45375;
}
.BgClassName
{
background-color: #D45375;
}
</style>
border-color css
<style>
span { border-color: #D45375; }
span { border-color: rgb(212,83,117); }
td.TdClassName
{
border-color: #D45375;
}
.TagClassName
{
border-color: #D45375;
}
</style>