#D8617F

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

Shades of Cranberry #D8617F

Tints of Cranberry #D8617F

Color information

#D8617F (or 0xD8617F) is unknown color: approx Cranberry. HEX triplet: D8, 61 and 7F. RGB value is (216,97,127). Sum of RGB (Red+Green+Blue) = 216+97+127=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8617F is #279E80. Grayscale: #888888. Windows color (decimal): -2596481 or 8348120. OLE color: 8348120.

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

Color convert

RGB21697127-
CMYK00.550.410.15
HSL344.87º60.41%61.37%-
HSV(B)344.87º55.09%84.71%-
XYZ36.4224.6822.92-
YUV136122.92185.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.09%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 127 (50% from 255) = 28.86%
R=49.09%
G=22.05%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169712700.550.410.15344.8760.4161.37
HexD8617F03729F1593c3d
Octal33014117706751175317475
Binary110110001100001111111101101111010011111101011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8617F; }

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

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

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

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

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

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

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

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