Shades of Cranberry #D8607E
Tints of Cranberry #D8607E
RGB
CMYK
RGB Variations
Color information
#D8607E (or 0xD8607E) is known color: Cranberry. HEX triplet: D8, 60 and 7E. RGB value is (216,96,126). Sum of RGB (Red+Green+Blue) = 216+96+126=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8607E is #279F81. Grayscale: #878787. Windows color (decimal): -2596738 or 8282328. OLE color: 8282328.
HSL color Cylindrical-coordinate representation of color #D8607E: hue angle of 345º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8607E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 126 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.15 |
| HSL | 345º | 0.61% | 0.61% | - |
| HSV(B) | 345º | 0.56% | 0.85% | - |
| XYZ | 36.27 | 24.47 | 22.55 | - |
| YUV | 135.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 126 | 0 | 0.56 | 0.42 | 0.15 | 345 | 0.61 | 0.61 |
| Hex | D8 | 60 | 7E | 0 | 38 | 2A | F | 159 | 3D | 3D |
| Octal | 330 | 140 | 176 | 0 | 70 | 52 | 17 | 531 | 75 | 75 |
| Binary | 11011000 | 1100000 | 1111110 | 0 | 111000 | 101010 | 1111 | 101011001 | 111101 | 111101 |
Color Harmonies of #D8607E
Complementary color
Monochromatic Colors of #D8607E
Black with #D8607E
Text Example
Text Example
White with #D8607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8607E; }
p { color: rgb(216,96,126); }
H1.HeaderClassName
{
color: #D8607E;
}
.AnyTagClassName
{
color: #D8607E;
}
</style>
background-color css
<style>
a { background-color: #D8607E; }
a { background-color: rgb(216,96,126); }
div.DivClassName
{
background-color: #D8607E;
}
.BgClassName
{
background-color: #D8607E;
}
</style>
border-color css
<style>
span { border-color: #D8607E; }
span { border-color: rgb(216,96,126); }
td.TdClassName
{
border-color: #D8607E;
}
.TagClassName
{
border-color: #D8607E;
}
</style>