Shades of Cranberry #D8507F
Tints of Cranberry #D8507F
RGB
CMYK
RGB Variations
Color information
#D8507F (or 0xD8507F) is known color: Cranberry. HEX triplet: D8, 50 and 7F. RGB value is (216,80,127). Sum of RGB (Red+Green+Blue) = 216+80+127=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8507F is #27AF80. Grayscale: #7D7D7D. Windows color (decimal): -2600833 or 8343768. OLE color: 8343768.
HSL color Cylindrical-coordinate representation of color #D8507F: hue angle of 339.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8507F is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 127 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.15 |
| HSL | 339.26º | 0.64% | 0.58% | - |
| HSV(B) | 339.26º | 0.63% | 0.85% | - |
| XYZ | 35.02 | 21.87 | 22.45 | - |
| YUV | 126.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 127 | 0 | 0.63 | 0.41 | 0.15 | 339.26 | 0.64 | 0.58 |
| Hex | D8 | 50 | 7F | 0 | 3F | 29 | F | 153 | 40 | 3A |
| Octal | 330 | 120 | 177 | 0 | 77 | 51 | 17 | 523 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1111111 | 0 | 111111 | 101001 | 1111 | 101010011 | 1000000 | 111010 |
Color Harmonies of #D8507F
Complementary color
Monochromatic Colors of #D8507F
Black with #D8507F
Text Example
Text Example
White with #D8507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8507F; }
p { color: rgb(216,80,127); }
H1.HeaderClassName
{
color: #D8507F;
}
.AnyTagClassName
{
color: #D8507F;
}
</style>
background-color css
<style>
a { background-color: #D8507F; }
a { background-color: rgb(216,80,127); }
div.DivClassName
{
background-color: #D8507F;
}
.BgClassName
{
background-color: #D8507F;
}
</style>
border-color css
<style>
span { border-color: #D8507F; }
span { border-color: rgb(216,80,127); }
td.TdClassName
{
border-color: #D8507F;
}
.TagClassName
{
border-color: #D8507F;
}
</style>