Shades of Cranberry #D74D7D
Tints of Cranberry #D74D7D
RGB
CMYK
RGB Variations
Color information
#D74D7D (or 0xD74D7D) is known color: Cranberry. HEX triplet: D7, 4D and 7D. RGB value is (215,77,125). Sum of RGB (Red+Green+Blue) = 215+77+125=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D7D is #28B282. Grayscale: #7B7B7B. Windows color (decimal): -2667139 or 8211927. OLE color: 8211927.
HSL color Cylindrical-coordinate representation of color #D74D7D: hue angle of 339.13º 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 #D74D7D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 125 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.16 |
| HSL | 339.13º | 0.63% | 0.57% | - |
| HSV(B) | 339.13º | 0.64% | 0.84% | - |
| XYZ | 34.38 | 21.24 | 21.69 | - |
| YUV | 123.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 125 | 0 | 0.64 | 0.42 | 0.16 | 339.13 | 0.63 | 0.57 |
| Hex | D7 | 4D | 7D | 0 | 40 | 2A | 10 | 153 | 3F | 39 |
| Octal | 327 | 115 | 175 | 0 | 100 | 52 | 20 | 523 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1111101 | 0 | 1000000 | 101010 | 10000 | 101010011 | 111111 | 111001 |
Color Harmonies of #D74D7D
Complementary color
Monochromatic Colors of #D74D7D
Black with #D74D7D
Text Example
Text Example
White with #D74D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D7D; }
p { color: rgb(215,77,125); }
H1.HeaderClassName
{
color: #D74D7D;
}
.AnyTagClassName
{
color: #D74D7D;
}
</style>
background-color css
<style>
a { background-color: #D74D7D; }
a { background-color: rgb(215,77,125); }
div.DivClassName
{
background-color: #D74D7D;
}
.BgClassName
{
background-color: #D74D7D;
}
</style>
border-color css
<style>
span { border-color: #D74D7D; }
span { border-color: rgb(215,77,125); }
td.TdClassName
{
border-color: #D74D7D;
}
.TagClassName
{
border-color: #D74D7D;
}
</style>