Shades of Cranberry #D75189
Tints of Cranberry #D75189
RGB
CMYK
RGB Variations
Color information
#D75189 (or 0xD75189) is known color: Cranberry. HEX triplet: D7, 51 and 89. RGB value is (215,81,137). Sum of RGB (Red+Green+Blue) = 215+81+137=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D75189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75189 is #28AE76. Grayscale: #7F7F7F. Windows color (decimal): -2666103 or 8999383. OLE color: 8999383.
HSL color Cylindrical-coordinate representation of color #D75189: hue angle of 334.93º degrees, saturation: 0.63, 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 #D75189 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 137 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.16 |
| HSL | 334.93º | 0.63% | 0.58% | - |
| HSV(B) | 334.93º | 0.62% | 0.84% | - |
| XYZ | 35.48 | 22.14 | 26.07 | - |
| YUV | 127.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 137 | 0 | 0.62 | 0.36 | 0.16 | 334.93 | 0.63 | 0.58 |
| Hex | D7 | 51 | 89 | 0 | 3E | 24 | 10 | 14F | 3F | 3A |
| Octal | 327 | 121 | 211 | 0 | 76 | 44 | 20 | 517 | 77 | 72 |
| Binary | 11010111 | 1010001 | 10001001 | 0 | 111110 | 100100 | 10000 | 101001111 | 111111 | 111010 |
Color Harmonies of #D75189
Complementary color
Monochromatic Colors of #D75189
Black with #D75189
Text Example
Text Example
White with #D75189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75189; }
p { color: rgb(215,81,137); }
H1.HeaderClassName
{
color: #D75189;
}
.AnyTagClassName
{
color: #D75189;
}
</style>
background-color css
<style>
a { background-color: #D75189; }
a { background-color: rgb(215,81,137); }
div.DivClassName
{
background-color: #D75189;
}
.BgClassName
{
background-color: #D75189;
}
</style>
border-color css
<style>
span { border-color: #D75189; }
span { border-color: rgb(215,81,137); }
td.TdClassName
{
border-color: #D75189;
}
.TagClassName
{
border-color: #D75189;
}
</style>