#D8486F

Color #D8486F Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D8486F

Tints of Cranberry #D8486F

Color information

#D8486F (or 0xD8486F) is unknown color: approx Cranberry. HEX triplet: D8, 48 and 6F. RGB value is (216,72,111). Sum of RGB (Red+Green+Blue) = 216+72+111=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8486F is #27B790. Grayscale: #777777. Windows color (decimal): -2602897 or 7293144. OLE color: 7293144.

HSL color Cylindrical-coordinate representation of color #D8486F: hue angle of 343.75º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8486F is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21672111-
CMYK00.670.490.15
HSL343.75º64.86%56.47%-
HSV(B)343.75º66.67%84.71%-
XYZ33.5120.3817.21-
YUV119.5123.21196.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 54.14%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=54.14%
G=18.05%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167211100.670.490.15343.7564.8656.47
HexD8486F04331F1584138
Octal3301101570103611753010170
Binary11011000100100011011110100001111000111111010110001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8486F; }

 p { color: rgb(216,72,111); }

 H1.HeaderClassName
 {
   color: #D8486F;
 }
 .AnyTagClassName
 {
   color: #D8486F;
 }
</style>
background-color css

<style>
 a { background-color: #D8486F; }

 a { background-color: rgb(216,72,111); }

 div.DivClassName
 {
   background-color: #D8486F;
 }
 .BgClassName
 {
   background-color: #D8486F;
 }
</style>
border-color css

<style>
 span { border-color: #D8486F; }

 span { border-color: rgb(216,72,111); }

 td.TdClassName
 {
   border-color: #D8486F;
 }
 .TagClassName
 {
   border-color: #D8486F;
 }
</style>