Shades of Cranberry #D75375
Tints of Cranberry #D75375
RGB
CMYK
RGB Variations
Color information
#D75375 (or 0xD75375) is known color: Cranberry. HEX triplet: D7, 53 and 75. RGB value is (215,83,117). Sum of RGB (Red+Green+Blue) = 215+83+117=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D75375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75375 is #28AC8A. Grayscale: #7E7E7E. Windows color (decimal): -2665611 or 7689175. OLE color: 7689175.
HSL color Cylindrical-coordinate representation of color #D75375: hue angle of 344.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75375 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 117 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.16 |
| HSL | 344.55º | 0.62% | 0.58% | - |
| HSV(B) | 344.55º | 0.61% | 0.84% | - |
| XYZ | 34.33 | 21.92 | 19.25 | - |
| YUV | 126.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 117 | 0 | 0.61 | 0.46 | 0.16 | 344.55 | 0.62 | 0.58 |
| Hex | D7 | 53 | 75 | 0 | 3D | 2E | 10 | 159 | 3E | 3A |
| Octal | 327 | 123 | 165 | 0 | 75 | 56 | 20 | 531 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1110101 | 0 | 111101 | 101110 | 10000 | 101011001 | 111110 | 111010 |
Color Harmonies of #D75375
Complementary color
Monochromatic Colors of #D75375
Black with #D75375
Text Example
Text Example
White with #D75375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75375; }
p { color: rgb(215,83,117); }
H1.HeaderClassName
{
color: #D75375;
}
.AnyTagClassName
{
color: #D75375;
}
</style>
background-color css
<style>
a { background-color: #D75375; }
a { background-color: rgb(215,83,117); }
div.DivClassName
{
background-color: #D75375;
}
.BgClassName
{
background-color: #D75375;
}
</style>
border-color css
<style>
span { border-color: #D75375; }
span { border-color: rgb(215,83,117); }
td.TdClassName
{
border-color: #D75375;
}
.TagClassName
{
border-color: #D75375;
}
</style>