#D8476E

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

Shades of Cranberry #D8476E

Tints of Cranberry #D8476E

Color information

#D8476E (or 0xD8476E) is unknown color: approx Cranberry. HEX triplet: D8, 47 and 6E. RGB value is (216,71,110). Sum of RGB (Red+Green+Blue) = 216+71+110=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8476E is #27B891. Grayscale: #767676. Windows color (decimal): -2603154 or 7227352. OLE color: 7227352.

HSL color Cylindrical-coordinate representation of color #D8476E: hue angle of 343.86º 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 #D8476E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21671110-
CMYK00.670.490.15
HSL343.86º65.02%56.27%-
HSV(B)343.86º67.13%84.71%-
XYZ33.3920.2316.9-
YUV118.8123.04197.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.41%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=54.41%
G=17.88%
B=27.71%

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
Decimal2167111000.670.490.15343.8665.0256.27
HexD8476E04331F1584138
Octal3301071560103611753010170
Binary11011000100011111011100100001111000111111010110001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8476E; }

 p { color: rgb(216,71,110); }

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

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

 a { background-color: rgb(216,71,110); }

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

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

 span { border-color: rgb(216,71,110); }

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