#D8617C

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

Shades of Cranberry #D8617C

Tints of Cranberry #D8617C

Color information

#D8617C (or 0xD8617C) is unknown color: approx Cranberry. HEX triplet: D8, 61 and 7C. RGB value is (216,97,124). Sum of RGB (Red+Green+Blue) = 216+97+124=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8617C is #279E83. Grayscale: #878787. Windows color (decimal): -2596484 or 8151512. OLE color: 8151512.

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

Color convert

RGB21697124-
CMYK00.550.430.15
HSL346.39º60.41%61.37%-
HSV(B)346.39º55.09%84.71%-
XYZ36.2324.621.91-
YUV135.66121.42185.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.43%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=49.43%
G=22.20%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169712400.550.430.15346.3960.4161.37
HexD8617C0372BF15a3c3d
Octal33014117406753175327475
Binary110110001100001111110001101111010111111101011010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8617C; }

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

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

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

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

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

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

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

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