Shades of Cranberry #D45875
Tints of Cranberry #D45875
RGB
CMYK
RGB Variations
Color information
#D45875 (or 0xD45875) is known color: Cranberry. HEX triplet: D4, 58 and 75. RGB value is (212,88,117). Sum of RGB (Red+Green+Blue) = 212+88+117=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D45875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45875 is #2BA78A. Grayscale: #808080. Windows color (decimal): -2860939 or 7690452. OLE color: 7690452.
HSL color Cylindrical-coordinate representation of color #D45875: hue angle of 345.97º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45875 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 117 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.17 |
| HSL | 345.97º | 0.59% | 0.59% | - |
| HSV(B) | 345.97º | 0.58% | 0.83% | - |
| XYZ | 33.85 | 22.26 | 19.34 | - |
| YUV | 128.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 117 | 0 | 0.58 | 0.45 | 0.17 | 345.97 | 0.59 | 0.59 |
| Hex | D4 | 58 | 75 | 0 | 3A | 2D | 11 | 15A | 3B | 3B |
| Octal | 324 | 130 | 165 | 0 | 72 | 55 | 21 | 532 | 73 | 73 |
| Binary | 11010100 | 1011000 | 1110101 | 0 | 111010 | 101101 | 10001 | 101011010 | 111011 | 111011 |
Color Harmonies of #D45875
Complementary color
Monochromatic Colors of #D45875
Black with #D45875
Text Example
Text Example
White with #D45875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45875; }
p { color: rgb(212,88,117); }
H1.HeaderClassName
{
color: #D45875;
}
.AnyTagClassName
{
color: #D45875;
}
</style>
background-color css
<style>
a { background-color: #D45875; }
a { background-color: rgb(212,88,117); }
div.DivClassName
{
background-color: #D45875;
}
.BgClassName
{
background-color: #D45875;
}
</style>
border-color css
<style>
span { border-color: #D45875; }
span { border-color: rgb(212,88,117); }
td.TdClassName
{
border-color: #D45875;
}
.TagClassName
{
border-color: #D45875;
}
</style>