Shades of Cranberry #D75073
Tints of Cranberry #D75073
RGB
CMYK
RGB Variations
Color information
#D75073 (or 0xD75073) is known color: Cranberry. HEX triplet: D7, 50 and 73. RGB value is (215,80,115). Sum of RGB (Red+Green+Blue) = 215+80+115=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D75073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75073 is #28AF8C. Grayscale: #7C7C7C. Windows color (decimal): -2666381 or 7557335. OLE color: 7557335.
HSL color Cylindrical-coordinate representation of color #D75073: hue angle of 344.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75073 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 115 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.16 |
| HSL | 344.44º | 0.63% | 0.58% | - |
| HSV(B) | 344.44º | 0.63% | 0.84% | - |
| XYZ | 33.99 | 21.42 | 18.56 | - |
| YUV | 124.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 115 | 0 | 0.63 | 0.47 | 0.16 | 344.44 | 0.63 | 0.58 |
| Hex | D7 | 50 | 73 | 0 | 3F | 2F | 10 | 158 | 3F | 3A |
| Octal | 327 | 120 | 163 | 0 | 77 | 57 | 20 | 530 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1110011 | 0 | 111111 | 101111 | 10000 | 101011000 | 111111 | 111010 |
Color Harmonies of #D75073
Complementary color
Monochromatic Colors of #D75073
Black with #D75073
Text Example
Text Example
White with #D75073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75073; }
p { color: rgb(215,80,115); }
H1.HeaderClassName
{
color: #D75073;
}
.AnyTagClassName
{
color: #D75073;
}
</style>
background-color css
<style>
a { background-color: #D75073; }
a { background-color: rgb(215,80,115); }
div.DivClassName
{
background-color: #D75073;
}
.BgClassName
{
background-color: #D75073;
}
</style>
border-color css
<style>
span { border-color: #D75073; }
span { border-color: rgb(215,80,115); }
td.TdClassName
{
border-color: #D75073;
}
.TagClassName
{
border-color: #D75073;
}
</style>