Shades of Cranberry #D74D75
Tints of Cranberry #D74D75
RGB
CMYK
RGB Variations
Color information
#D74D75 (or 0xD74D75) is known color: Cranberry. HEX triplet: D7, 4D and 75. RGB value is (215,77,117). Sum of RGB (Red+Green+Blue) = 215+77+117=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D75 is #28B28A. Grayscale: #7A7A7A. Windows color (decimal): -2667147 or 7687639. OLE color: 7687639.
HSL color Cylindrical-coordinate representation of color #D74D75: hue angle of 342.61º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74D75 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 117 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.16 |
| HSL | 342.61º | 0.63% | 0.57% | - |
| HSV(B) | 342.61º | 0.64% | 0.84% | - |
| XYZ | 33.89 | 21.04 | 19.1 | - |
| YUV | 122.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 117 | 0 | 0.64 | 0.46 | 0.16 | 342.61 | 0.63 | 0.57 |
| Hex | D7 | 4D | 75 | 0 | 40 | 2E | 10 | 157 | 3F | 39 |
| Octal | 327 | 115 | 165 | 0 | 100 | 56 | 20 | 527 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1110101 | 0 | 1000000 | 101110 | 10000 | 101010111 | 111111 | 111001 |
Color Harmonies of #D74D75
Complementary color
Monochromatic Colors of #D74D75
Black with #D74D75
Text Example
Text Example
White with #D74D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D75; }
p { color: rgb(215,77,117); }
H1.HeaderClassName
{
color: #D74D75;
}
.AnyTagClassName
{
color: #D74D75;
}
</style>
background-color css
<style>
a { background-color: #D74D75; }
a { background-color: rgb(215,77,117); }
div.DivClassName
{
background-color: #D74D75;
}
.BgClassName
{
background-color: #D74D75;
}
</style>
border-color css
<style>
span { border-color: #D74D75; }
span { border-color: rgb(215,77,117); }
td.TdClassName
{
border-color: #D74D75;
}
.TagClassName
{
border-color: #D74D75;
}
</style>