#D15685

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

Shades of Cranberry #D15685

Tints of Cranberry #D15685

Color information

#D15685 (or 0xD15685) is unknown color: approx Cranberry. HEX triplet: D1, 56 and 85. RGB value is (209,86,133). Sum of RGB (Red+Green+Blue) = 209+86+133=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D15685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15685 is #2EA97A. Grayscale: #808080. Windows color (decimal): -3058043 or 8738513. OLE color: 8738513.

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

Color convert

RGB20986133-
CMYK00.590.360.18
HSL337.07º57.21%57.84%-
HSV(B)337.07º58.85%81.96%-
XYZ33.8621.924.63-
YUV128.14130.75185.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.83%
GREEN value IS 86 (33.98% from 255) = 20.09%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=48.83%
G=20.09%
B=31.07%

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
Decimal2098613300.590.360.18337.0757.2157.84
HexD1568503B2412151393a
Octal32112620507344225217172
Binary11010001101011010000101011101110010010010101010001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15685; }

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

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

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

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

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

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

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

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