#D15684

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

Shades of Cranberry #D15684

Tints of Cranberry #D15684

Color information

#D15684 (or 0xD15684) is unknown color: approx Cranberry. HEX triplet: D1, 56 and 84. RGB value is (209,86,132). Sum of RGB (Red+Green+Blue) = 209+86+132=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D15684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15684 is #2EA97B. Grayscale: #7F7F7F. Windows color (decimal): -3058044 or 8672977. OLE color: 8672977.

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

Color convert

RGB20986132-
CMYK00.590.370.18
HSL337.56º57.21%57.84%-
HSV(B)337.56º58.85%81.96%-
XYZ33.7921.8824.27-
YUV128.02130.25185.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=48.95%
G=20.14%
B=30.91%

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
Decimal2098613200.590.370.18337.5657.2157.84
HexD1568403B2512152393a
Octal32112620407345225227172
Binary11010001101011010000100011101110010110010101010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15684; }

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

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

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

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

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

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

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

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