Shades of Cranberry #D75885
Tints of Cranberry #D75885
RGB
CMYK
RGB Variations
Color information
#D75885 (or 0xD75885) is known color: Cranberry. HEX triplet: D7, 58 and 85. RGB value is (215,88,133). Sum of RGB (Red+Green+Blue) = 215+88+133=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D75885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75885 is #28A77A. Grayscale: #838383. Windows color (decimal): -2664315 or 8739031. OLE color: 8739031.
HSL color Cylindrical-coordinate representation of color #D75885: hue angle of 338.74º 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 #D75885 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 133 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.16 |
| HSL | 338.74º | 0.61% | 0.59% | - |
| HSV(B) | 338.74º | 0.59% | 0.84% | - |
| XYZ | 35.75 | 23.12 | 24.77 | - |
| YUV | 131.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 133 | 0 | 0.59 | 0.38 | 0.16 | 338.74 | 0.61 | 0.59 |
| Hex | D7 | 58 | 85 | 0 | 3B | 26 | 10 | 153 | 3D | 3B |
| Octal | 327 | 130 | 205 | 0 | 73 | 46 | 20 | 523 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10000101 | 0 | 111011 | 100110 | 10000 | 101010011 | 111101 | 111011 |
Color Harmonies of #D75885
Complementary color
Monochromatic Colors of #D75885
Black with #D75885
Text Example
Text Example
White with #D75885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75885; }
p { color: rgb(215,88,133); }
H1.HeaderClassName
{
color: #D75885;
}
.AnyTagClassName
{
color: #D75885;
}
</style>
background-color css
<style>
a { background-color: #D75885; }
a { background-color: rgb(215,88,133); }
div.DivClassName
{
background-color: #D75885;
}
.BgClassName
{
background-color: #D75885;
}
</style>
border-color css
<style>
span { border-color: #D75885; }
span { border-color: rgb(215,88,133); }
td.TdClassName
{
border-color: #D75885;
}
.TagClassName
{
border-color: #D75885;
}
</style>