Shades of Cranberry #D45075
Tints of Cranberry #D45075
RGB
CMYK
RGB Variations
Color information
#D45075 (or 0xD45075) is known color: Cranberry. HEX triplet: D4, 50 and 75. RGB value is (212,80,117). Sum of RGB (Red+Green+Blue) = 212+80+117=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D45075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45075 is #2BAF8A. Grayscale: #7B7B7B. Windows color (decimal): -2862987 or 7688404. OLE color: 7688404.
HSL color Cylindrical-coordinate representation of color #D45075: hue angle of 343.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45075 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 117 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.17 |
| HSL | 343.18º | 0.61% | 0.57% | - |
| HSV(B) | 343.18º | 0.62% | 0.83% | - |
| XYZ | 33.23 | 21.02 | 19.14 | - |
| YUV | 123.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 117 | 0 | 0.62 | 0.45 | 0.17 | 343.18 | 0.61 | 0.57 |
| Hex | D4 | 50 | 75 | 0 | 3E | 2D | 11 | 157 | 3D | 39 |
| Octal | 324 | 120 | 165 | 0 | 76 | 55 | 21 | 527 | 75 | 71 |
| Binary | 11010100 | 1010000 | 1110101 | 0 | 111110 | 101101 | 10001 | 101010111 | 111101 | 111001 |
Color Harmonies of #D45075
Complementary color
Monochromatic Colors of #D45075
Black with #D45075
Text Example
Text Example
White with #D45075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45075; }
p { color: rgb(212,80,117); }
H1.HeaderClassName
{
color: #D45075;
}
.AnyTagClassName
{
color: #D45075;
}
</style>
background-color css
<style>
a { background-color: #D45075; }
a { background-color: rgb(212,80,117); }
div.DivClassName
{
background-color: #D45075;
}
.BgClassName
{
background-color: #D45075;
}
</style>
border-color css
<style>
span { border-color: #D45075; }
span { border-color: rgb(212,80,117); }
td.TdClassName
{
border-color: #D45075;
}
.TagClassName
{
border-color: #D45075;
}
</style>