#D15683

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

Shades of Cranberry #D15683

Tints of Cranberry #D15683

Color information

#D15683 (or 0xD15683) is unknown color: approx Cranberry. HEX triplet: D1, 56 and 83. RGB value is (209,86,131). Sum of RGB (Red+Green+Blue) = 209+86+131=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D15683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15683 is #2EA97C. Grayscale: #7F7F7F. Windows color (decimal): -3058045 or 8607441. OLE color: 8607441.

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

Color convert

RGB20986131-
CMYK00.590.370.18
HSL338.05º57.21%57.84%-
HSV(B)338.05º58.85%81.96%-
XYZ33.7221.8523.91-
YUV127.91129.75185.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.06%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=49.06%
G=20.19%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098613100.590.370.18338.0557.2157.84
HexD1568303B2512152393a
Octal32112620307345225227172
Binary11010001101011010000011011101110010110010101010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15683; }

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

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

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

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

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

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

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

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