Shades of Cranberry #D74A7A
Tints of Cranberry #D74A7A
RGB
CMYK
RGB Variations
Color information
#D74A7A (or 0xD74A7A) is known color: Cranberry. HEX triplet: D7, 4A and 7A. RGB value is (215,74,122). Sum of RGB (Red+Green+Blue) = 215+74+122=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A7A is #28B585. Grayscale: #797979. Windows color (decimal): -2667910 or 8014551. OLE color: 8014551.
HSL color Cylindrical-coordinate representation of color #D74A7A: hue angle of 339.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A7A is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 122 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.16 |
| HSL | 339.57º | 0.64% | 0.57% | - |
| HSV(B) | 339.57º | 0.66% | 0.84% | - |
| XYZ | 33.99 | 20.75 | 20.63 | - |
| YUV | 121.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 122 | 0 | 0.66 | 0.43 | 0.16 | 339.57 | 0.64 | 0.57 |
| Hex | D7 | 4A | 7A | 0 | 42 | 2B | 10 | 154 | 40 | 39 |
| Octal | 327 | 112 | 172 | 0 | 102 | 53 | 20 | 524 | 100 | 71 |
| Binary | 11010111 | 1001010 | 1111010 | 0 | 1000010 | 101011 | 10000 | 101010100 | 1000000 | 111001 |
Color Harmonies of #D74A7A
Complementary color
Monochromatic Colors of #D74A7A
Black with #D74A7A
Text Example
Text Example
White with #D74A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A7A; }
p { color: rgb(215,74,122); }
H1.HeaderClassName
{
color: #D74A7A;
}
.AnyTagClassName
{
color: #D74A7A;
}
</style>
background-color css
<style>
a { background-color: #D74A7A; }
a { background-color: rgb(215,74,122); }
div.DivClassName
{
background-color: #D74A7A;
}
.BgClassName
{
background-color: #D74A7A;
}
</style>
border-color css
<style>
span { border-color: #D74A7A; }
span { border-color: rgb(215,74,122); }
td.TdClassName
{
border-color: #D74A7A;
}
.TagClassName
{
border-color: #D74A7A;
}
</style>