#D16082

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

Shades of Cranberry #D16082

Tints of Cranberry #D16082

Color information

#D16082 (or 0xD16082) is unknown color: approx Cranberry. HEX triplet: D1, 60 and 82. RGB value is (209,96,130). Sum of RGB (Red+Green+Blue) = 209+96+130=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D16082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16082 is #2E9F7D. Grayscale: #858585. Windows color (decimal): -3055486 or 8544465. OLE color: 8544465.

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

Color convert

RGB20996130-
CMYK00.540.380.18
HSL341.95º55.12%59.8%-
HSV(B)341.95º54.07%81.96%-
XYZ34.5123.5323.84-
YUV133.66125.94181.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=48.05%
G=22.07%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099613000.540.380.18341.9555.1259.8
HexD160820362612156373c
Octal32114020206646225266774
Binary11010001110000010000010011011010011010010101010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16082; }

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

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

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

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

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

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

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

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