Shades of Cranberry #D75884
Tints of Cranberry #D75884
RGB
CMYK
RGB Variations
Color information
#D75884 (or 0xD75884) is known color: Cranberry. HEX triplet: D7, 58 and 84. RGB value is (215,88,132). Sum of RGB (Red+Green+Blue) = 215+88+132=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D75884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75884 is #28A77B. Grayscale: #828282. Windows color (decimal): -2664316 or 8673495. OLE color: 8673495.
HSL color Cylindrical-coordinate representation of color #D75884: hue angle of 339.21º 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 #D75884 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 132 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.16 |
| HSL | 339.21º | 0.61% | 0.59% | - |
| HSV(B) | 339.21º | 0.59% | 0.84% | - |
| XYZ | 35.68 | 23.09 | 24.41 | - |
| YUV | 130.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 132 | 0 | 0.59 | 0.39 | 0.16 | 339.21 | 0.61 | 0.59 |
| Hex | D7 | 58 | 84 | 0 | 3B | 27 | 10 | 153 | 3D | 3B |
| Octal | 327 | 130 | 204 | 0 | 73 | 47 | 20 | 523 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10000100 | 0 | 111011 | 100111 | 10000 | 101010011 | 111101 | 111011 |
Color Harmonies of #D75884
Complementary color
Monochromatic Colors of #D75884
Black with #D75884
Text Example
Text Example
White with #D75884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75884; }
p { color: rgb(215,88,132); }
H1.HeaderClassName
{
color: #D75884;
}
.AnyTagClassName
{
color: #D75884;
}
</style>
background-color css
<style>
a { background-color: #D75884; }
a { background-color: rgb(215,88,132); }
div.DivClassName
{
background-color: #D75884;
}
.BgClassName
{
background-color: #D75884;
}
</style>
border-color css
<style>
span { border-color: #D75884; }
span { border-color: rgb(215,88,132); }
td.TdClassName
{
border-color: #D75884;
}
.TagClassName
{
border-color: #D75884;
}
</style>