Shades of Cranberry #D74885
Tints of Cranberry #D74885
RGB
CMYK
RGB Variations
Color information
#D74885 (or 0xD74885) is known color: Cranberry. HEX triplet: D7, 48 and 85. RGB value is (215,72,133). Sum of RGB (Red+Green+Blue) = 215+72+133=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D74885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74885 is #28B77A. Grayscale: #797979. Windows color (decimal): -2668411 or 8734935. OLE color: 8734935.
HSL color Cylindrical-coordinate representation of color #D74885: hue angle of 334.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74885 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 133 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.16 |
| HSL | 334.41º | 0.64% | 0.56% | - |
| HSV(B) | 334.41º | 0.67% | 0.84% | - |
| XYZ | 34.58 | 20.78 | 24.38 | - |
| YUV | 121.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 133 | 0 | 0.67 | 0.38 | 0.16 | 334.41 | 0.64 | 0.56 |
| Hex | D7 | 48 | 85 | 0 | 43 | 26 | 10 | 14E | 40 | 38 |
| Octal | 327 | 110 | 205 | 0 | 103 | 46 | 20 | 516 | 100 | 70 |
| Binary | 11010111 | 1001000 | 10000101 | 0 | 1000011 | 100110 | 10000 | 101001110 | 1000000 | 111000 |
Color Harmonies of #D74885
Complementary color
Monochromatic Colors of #D74885
Black with #D74885
Text Example
Text Example
White with #D74885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74885; }
p { color: rgb(215,72,133); }
H1.HeaderClassName
{
color: #D74885;
}
.AnyTagClassName
{
color: #D74885;
}
</style>
background-color css
<style>
a { background-color: #D74885; }
a { background-color: rgb(215,72,133); }
div.DivClassName
{
background-color: #D74885;
}
.BgClassName
{
background-color: #D74885;
}
</style>
border-color css
<style>
span { border-color: #D74885; }
span { border-color: rgb(215,72,133); }
td.TdClassName
{
border-color: #D74885;
}
.TagClassName
{
border-color: #D74885;
}
</style>