Shades of Cranberry #D75288
Tints of Cranberry #D75288
RGB
CMYK
RGB Variations
Color information
#D75288 (or 0xD75288) is known color: Cranberry. HEX triplet: D7, 52 and 88. RGB value is (215,82,136). Sum of RGB (Red+Green+Blue) = 215+82+136=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D75288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75288 is #28AD77. Grayscale: #7F7F7F. Windows color (decimal): -2665848 or 8934103. OLE color: 8934103.
HSL color Cylindrical-coordinate representation of color #D75288: hue angle of 335.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75288 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 136 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.16 |
| HSL | 335.64º | 0.62% | 0.58% | - |
| HSV(B) | 335.64º | 0.62% | 0.84% | - |
| XYZ | 35.49 | 22.26 | 25.72 | - |
| YUV | 127.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 136 | 0 | 0.62 | 0.37 | 0.16 | 335.64 | 0.62 | 0.58 |
| Hex | D7 | 52 | 88 | 0 | 3E | 25 | 10 | 150 | 3E | 3A |
| Octal | 327 | 122 | 210 | 0 | 76 | 45 | 20 | 520 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10001000 | 0 | 111110 | 100101 | 10000 | 101010000 | 111110 | 111010 |
Color Harmonies of #D75288
Complementary color
Monochromatic Colors of #D75288
Black with #D75288
Text Example
Text Example
White with #D75288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75288; }
p { color: rgb(215,82,136); }
H1.HeaderClassName
{
color: #D75288;
}
.AnyTagClassName
{
color: #D75288;
}
</style>
background-color css
<style>
a { background-color: #D75288; }
a { background-color: rgb(215,82,136); }
div.DivClassName
{
background-color: #D75288;
}
.BgClassName
{
background-color: #D75288;
}
</style>
border-color css
<style>
span { border-color: #D75288; }
span { border-color: rgb(215,82,136); }
td.TdClassName
{
border-color: #D75288;
}
.TagClassName
{
border-color: #D75288;
}
</style>