#D15686

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

Shades of Cranberry #D15686

Tints of Cranberry #D15686

Color information

#D15686 (or 0xD15686) is unknown color: approx Cranberry. HEX triplet: D1, 56 and 86. RGB value is (209,86,134). Sum of RGB (Red+Green+Blue) = 209+86+134=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D15686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15686 is #2EA979. Grayscale: #808080. Windows color (decimal): -3058042 or 8804049. OLE color: 8804049.

HSL color Cylindrical-coordinate representation of color #D15686: hue angle of 336.59º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15686 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB20986134-
CMYK00.590.360.18
HSL336.59º57.21%57.84%-
HSV(B)336.59º58.85%81.96%-
XYZ33.9321.9325-
YUV128.25131.25185.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.72%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=48.72%
G=20.05%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098613400.590.360.18336.5957.2157.84
HexD1568603B2412151393a
Octal32112620607344225217172
Binary11010001101011010000110011101110010010010101010001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15686; }

 p { color: rgb(209,86,134); }

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

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

 a { background-color: rgb(209,86,134); }

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

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

 span { border-color: rgb(209,86,134); }

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