#D8517E

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

Shades of Cranberry #D8517E

Tints of Cranberry #D8517E

Color information

#D8517E (or 0xD8517E) is unknown color: approx Cranberry. HEX triplet: D8, 51 and 7E. RGB value is (216,81,126). Sum of RGB (Red+Green+Blue) = 216+81+126=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8517E is #27AE81. Grayscale: #7E7E7E. Windows color (decimal): -2600578 or 8278488. OLE color: 8278488.

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

Color convert

RGB21681126-
CMYK00.620.420.15
HSL340º63.38%58.24%-
HSV(B)340º62.5%84.71%-
XYZ35.0321.9922.14-
YUV126.5127.73191.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.06%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=51.06%
G=19.15%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168112600.620.420.1534063.3858.24
HexD8517E03E2AF1543f3a
Octal33012117607652175247772
Binary110110001010001111111001111101010101111101010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8517E; }

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

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

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

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

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

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

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

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