#D1617C

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

Shades of Cranberry #D1617C

Tints of Cranberry #D1617C

Color information

#D1617C (or 0xD1617C) is unknown color: approx Cranberry. HEX triplet: D1, 61 and 7C. RGB value is (209,97,124). Sum of RGB (Red+Green+Blue) = 209+97+124=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1617C is #2E9E83. Grayscale: #858585. Windows color (decimal): -3055236 or 8151505. OLE color: 8151505.

HSL color Cylindrical-coordinate representation of color #D1617C: hue angle of 345.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1617C is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20997124-
CMYK00.540.410.18
HSL345.54º54.9%60%-
HSV(B)345.54º53.59%81.96%-
XYZ34.2123.5621.81-
YUV133.57122.61181.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=48.60%
G=22.56%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099712400.540.410.18345.5454.960
HexD1617C036291215a373c
Octal32114117406651225326774
Binary1101000111000011111100011011010100110010101011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1617C; }

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

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

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

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

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

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

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

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