Shades of Cranberry #D74D88
Tints of Cranberry #D74D88
RGB
CMYK
RGB Variations
Color information
#D74D88 (or 0xD74D88) is known color: Cranberry. HEX triplet: D7, 4D and 88. RGB value is (215,77,136). Sum of RGB (Red+Green+Blue) = 215+77+136=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D88 is #28B277. Grayscale: #7C7C7C. Windows color (decimal): -2667128 or 8932823. OLE color: 8932823.
HSL color Cylindrical-coordinate representation of color #D74D88: hue angle of 334.35º 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 #D74D88 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 136 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.16 |
| HSL | 334.35º | 0.63% | 0.57% | - |
| HSV(B) | 334.35º | 0.64% | 0.84% | - |
| XYZ | 35.12 | 21.53 | 25.6 | - |
| YUV | 124.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 136 | 0 | 0.64 | 0.37 | 0.16 | 334.35 | 0.63 | 0.57 |
| Hex | D7 | 4D | 88 | 0 | 40 | 25 | 10 | 14E | 3F | 39 |
| Octal | 327 | 115 | 210 | 0 | 100 | 45 | 20 | 516 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10001000 | 0 | 1000000 | 100101 | 10000 | 101001110 | 111111 | 111001 |
Color Harmonies of #D74D88
Complementary color
Monochromatic Colors of #D74D88
Black with #D74D88
Text Example
Text Example
White with #D74D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D88; }
p { color: rgb(215,77,136); }
H1.HeaderClassName
{
color: #D74D88;
}
.AnyTagClassName
{
color: #D74D88;
}
</style>
background-color css
<style>
a { background-color: #D74D88; }
a { background-color: rgb(215,77,136); }
div.DivClassName
{
background-color: #D74D88;
}
.BgClassName
{
background-color: #D74D88;
}
</style>
border-color css
<style>
span { border-color: #D74D88; }
span { border-color: rgb(215,77,136); }
td.TdClassName
{
border-color: #D74D88;
}
.TagClassName
{
border-color: #D74D88;
}
</style>