Shades of Cranberry #D75888
Tints of Cranberry #D75888
RGB
CMYK
RGB Variations
Color information
#D75888 (or 0xD75888) is known color: Cranberry. HEX triplet: D7, 58 and 88. RGB value is (215,88,136). Sum of RGB (Red+Green+Blue) = 215+88+136=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D75888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75888 is #28A777. Grayscale: #838383. Windows color (decimal): -2664312 or 8935639. OLE color: 8935639.
HSL color Cylindrical-coordinate representation of color #D75888: hue angle of 337.32º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75888 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 136 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.16 |
| HSL | 337.32º | 0.61% | 0.59% | - |
| HSV(B) | 337.32º | 0.59% | 0.84% | - |
| XYZ | 35.96 | 23.2 | 25.88 | - |
| YUV | 131.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 136 | 0 | 0.59 | 0.37 | 0.16 | 337.32 | 0.61 | 0.59 |
| Hex | D7 | 58 | 88 | 0 | 3B | 25 | 10 | 151 | 3D | 3B |
| Octal | 327 | 130 | 210 | 0 | 73 | 45 | 20 | 521 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10001000 | 0 | 111011 | 100101 | 10000 | 101010001 | 111101 | 111011 |
Color Harmonies of #D75888
Complementary color
Monochromatic Colors of #D75888
Black with #D75888
Text Example
Text Example
White with #D75888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75888; }
p { color: rgb(215,88,136); }
H1.HeaderClassName
{
color: #D75888;
}
.AnyTagClassName
{
color: #D75888;
}
</style>
background-color css
<style>
a { background-color: #D75888; }
a { background-color: rgb(215,88,136); }
div.DivClassName
{
background-color: #D75888;
}
.BgClassName
{
background-color: #D75888;
}
</style>
border-color css
<style>
span { border-color: #D75888; }
span { border-color: rgb(215,88,136); }
td.TdClassName
{
border-color: #D75888;
}
.TagClassName
{
border-color: #D75888;
}
</style>