Shades of Cranberry #D75C7D
Tints of Cranberry #D75C7D
RGB
CMYK
RGB Variations
Color information
#D75C7D (or 0xD75C7D) is known color: Cranberry. HEX triplet: D7, 5C and 7D. RGB value is (215,92,125). Sum of RGB (Red+Green+Blue) = 215+92+125=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C7D is #28A382. Grayscale: #848484. Windows color (decimal): -2663299 or 8215767. OLE color: 8215767.
HSL color Cylindrical-coordinate representation of color #D75C7D: hue angle of 343.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75C7D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 125 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.16 |
| HSL | 343.9º | 0.61% | 0.6% | - |
| HSV(B) | 343.9º | 0.57% | 0.84% | - |
| XYZ | 35.55 | 23.58 | 22.08 | - |
| YUV | 132.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 125 | 0 | 0.57 | 0.42 | 0.16 | 343.9 | 0.61 | 0.6 |
| Hex | D7 | 5C | 7D | 0 | 39 | 2A | 10 | 158 | 3D | 3C |
| Octal | 327 | 134 | 175 | 0 | 71 | 52 | 20 | 530 | 75 | 74 |
| Binary | 11010111 | 1011100 | 1111101 | 0 | 111001 | 101010 | 10000 | 101011000 | 111101 | 111100 |
Color Harmonies of #D75C7D
Complementary color
Monochromatic Colors of #D75C7D
Black with #D75C7D
Text Example
Text Example
White with #D75C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C7D; }
p { color: rgb(215,92,125); }
H1.HeaderClassName
{
color: #D75C7D;
}
.AnyTagClassName
{
color: #D75C7D;
}
</style>
background-color css
<style>
a { background-color: #D75C7D; }
a { background-color: rgb(215,92,125); }
div.DivClassName
{
background-color: #D75C7D;
}
.BgClassName
{
background-color: #D75C7D;
}
</style>
border-color css
<style>
span { border-color: #D75C7D; }
span { border-color: rgb(215,92,125); }
td.TdClassName
{
border-color: #D75C7D;
}
.TagClassName
{
border-color: #D75C7D;
}
</style>