Shades of Cranberry #D75175
Tints of Cranberry #D75175
RGB
CMYK
RGB Variations
Color information
#D75175 (or 0xD75175) is known color: Cranberry. HEX triplet: D7, 51 and 75. RGB value is (215,81,117). Sum of RGB (Red+Green+Blue) = 215+81+117=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D75175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75175 is #28AE8A. Grayscale: #7D7D7D. Windows color (decimal): -2666123 or 7688663. OLE color: 7688663.
HSL color Cylindrical-coordinate representation of color #D75175: hue angle of 343.88º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75175 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 117 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.16 |
| HSL | 343.88º | 0.63% | 0.58% | - |
| HSV(B) | 343.88º | 0.62% | 0.84% | - |
| XYZ | 34.18 | 21.62 | 19.2 | - |
| YUV | 125.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 117 | 0 | 0.62 | 0.46 | 0.16 | 343.88 | 0.63 | 0.58 |
| Hex | D7 | 51 | 75 | 0 | 3E | 2E | 10 | 158 | 3F | 3A |
| Octal | 327 | 121 | 165 | 0 | 76 | 56 | 20 | 530 | 77 | 72 |
| Binary | 11010111 | 1010001 | 1110101 | 0 | 111110 | 101110 | 10000 | 101011000 | 111111 | 111010 |
Color Harmonies of #D75175
Complementary color
Monochromatic Colors of #D75175
Black with #D75175
Text Example
Text Example
White with #D75175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75175; }
p { color: rgb(215,81,117); }
H1.HeaderClassName
{
color: #D75175;
}
.AnyTagClassName
{
color: #D75175;
}
</style>
background-color css
<style>
a { background-color: #D75175; }
a { background-color: rgb(215,81,117); }
div.DivClassName
{
background-color: #D75175;
}
.BgClassName
{
background-color: #D75175;
}
</style>
border-color css
<style>
span { border-color: #D75175; }
span { border-color: rgb(215,81,117); }
td.TdClassName
{
border-color: #D75175;
}
.TagClassName
{
border-color: #D75175;
}
</style>