#D8517C

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

Shades of Cranberry #D8517C

Tints of Cranberry #D8517C

Color information

#D8517C (or 0xD8517C) is unknown color: approx Cranberry. HEX triplet: D8, 51 and 7C. RGB value is (216,81,124). Sum of RGB (Red+Green+Blue) = 216+81+124=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8517C is #27AE83. Grayscale: #7E7E7E. Windows color (decimal): -2600580 or 8147416. OLE color: 8147416.

HSL color Cylindrical-coordinate representation of color #D8517C: hue angle of 340.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8517C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB21681124-
CMYK00.620.430.15
HSL340.89º63.38%58.24%-
HSV(B)340.89º62.5%84.71%-
XYZ34.921.9421.46-
YUV126.27126.73192-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.31%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=51.31%
G=19.24%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168112400.620.430.15340.8963.3858.24
HexD8517C03E2BF1553f3a
Octal33012117407653175257772
Binary110110001010001111110001111101010111111101010101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8517C; }

 p { color: rgb(216,81,124); }

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

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

 a { background-color: rgb(216,81,124); }

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

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

 span { border-color: rgb(216,81,124); }

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