#D16180

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

Shades of Cranberry #D16180

Tints of Cranberry #D16180

Color information

#D16180 (or 0xD16180) is unknown color: approx Cranberry. HEX triplet: D1, 61 and 80. RGB value is (209,97,128). Sum of RGB (Red+Green+Blue) = 209+97+128=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D16180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16180 is #2E9E7F. Grayscale: #868686. Windows color (decimal): -3055232 or 8413649. OLE color: 8413649.

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

Color convert

RGB20997128-
CMYK00.540.390.18
HSL343.39º54.9%60%-
HSV(B)343.39º53.59%81.96%-
XYZ34.4723.6623.17-
YUV134.02124.61181.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=48.16%
G=22.35%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099712800.540.390.18343.3954.960
HexD161800362712157373c
Octal32114120006647225276774
Binary11010001110000110000000011011010011110010101010111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16180; }

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

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

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

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

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

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

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

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