#D8617E

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

Shades of Cranberry #D8617E

Tints of Cranberry #D8617E

Color information

#D8617E (or 0xD8617E) is unknown color: approx Cranberry. HEX triplet: D8, 61 and 7E. RGB value is (216,97,126). Sum of RGB (Red+Green+Blue) = 216+97+126=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8617E is #279E81. Grayscale: #878787. Windows color (decimal): -2596482 or 8282584. OLE color: 8282584.

HSL color Cylindrical-coordinate representation of color #D8617E: hue angle of 345.38º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8617E is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB21697126-
CMYK00.550.420.15
HSL345.38º60.41%61.37%-
HSV(B)345.38º55.09%84.71%-
XYZ36.3624.6522.58-
YUV135.89122.42185.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=49.20%
G=22.10%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169712600.550.420.15345.3860.4161.37
HexD8617E0372AF1593c3d
Octal33014117606752175317475
Binary110110001100001111111001101111010101111101011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8617E; }

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

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

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

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

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

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

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

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