#D16083

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

Shades of Cranberry #D16083

Tints of Cranberry #D16083

Color information

#D16083 (or 0xD16083) is unknown color: approx Cranberry. HEX triplet: D1, 60 and 83. RGB value is (209,96,131). Sum of RGB (Red+Green+Blue) = 209+96+131=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D16083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16083 is #2E9F7C. Grayscale: #858585. Windows color (decimal): -3055485 or 8610001. OLE color: 8610001.

HSL color Cylindrical-coordinate representation of color #D16083: hue angle of 341.42º 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 #D16083 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB20996131-
CMYK00.540.370.18
HSL341.42º55.12%59.8%-
HSV(B)341.42º54.07%81.96%-
XYZ34.5723.5624.2-
YUV133.78126.44181.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.94%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=47.94%
G=22.02%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099613100.540.370.18341.4255.1259.8
HexD160830362512155373c
Octal32114020306645225256774
Binary11010001110000010000011011011010010110010101010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16083; }

 p { color: rgb(209,96,131); }

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

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

 a { background-color: rgb(209,96,131); }

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

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

 span { border-color: rgb(209,96,131); }

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