Shades of Cranberry #D8457F
Tints of Cranberry #D8457F
RGB
CMYK
RGB Variations
Color information
#D8457F (or 0xD8457F) is known color: Cranberry. HEX triplet: D8, 45 and 7F. RGB value is (216,69,127). Sum of RGB (Red+Green+Blue) = 216+69+127=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8457F is #27BA80. Grayscale: #777777. Windows color (decimal): -2603649 or 8340952. OLE color: 8340952.
HSL color Cylindrical-coordinate representation of color #D8457F: hue angle of 336.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8457F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 127 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.15 |
| HSL | 336.33º | 0.65% | 0.56% | - |
| HSV(B) | 336.33º | 0.68% | 0.85% | - |
| XYZ | 34.28 | 20.39 | 22.21 | - |
| YUV | 119.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 127 | 0 | 0.68 | 0.41 | 0.15 | 336.33 | 0.65 | 0.56 |
| Hex | D8 | 45 | 7F | 0 | 44 | 29 | F | 150 | 41 | 38 |
| Octal | 330 | 105 | 177 | 0 | 104 | 51 | 17 | 520 | 101 | 70 |
| Binary | 11011000 | 1000101 | 1111111 | 0 | 1000100 | 101001 | 1111 | 101010000 | 1000001 | 111000 |
Color Harmonies of #D8457F
Complementary color
Monochromatic Colors of #D8457F
Black with #D8457F
Text Example
Text Example
White with #D8457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8457F; }
p { color: rgb(216,69,127); }
H1.HeaderClassName
{
color: #D8457F;
}
.AnyTagClassName
{
color: #D8457F;
}
</style>
background-color css
<style>
a { background-color: #D8457F; }
a { background-color: rgb(216,69,127); }
div.DivClassName
{
background-color: #D8457F;
}
.BgClassName
{
background-color: #D8457F;
}
</style>
border-color css
<style>
span { border-color: #D8457F; }
span { border-color: rgb(216,69,127); }
td.TdClassName
{
border-color: #D8457F;
}
.TagClassName
{
border-color: #D8457F;
}
</style>