#D86180

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

Shades of Cranberry #D86180

Tints of Cranberry #D86180

Color information

#D86180 (or 0xD86180) is unknown color: approx Cranberry. HEX triplet: D8, 61 and 80. RGB value is (216,97,128). Sum of RGB (Red+Green+Blue) = 216+97+128=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D86180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86180 is #279E7F. Grayscale: #888888. Windows color (decimal): -2596480 or 8413656. OLE color: 8413656.

HSL color Cylindrical-coordinate representation of color #D86180: hue angle of 344.37º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86180 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB21697128-
CMYK00.550.410.15
HSL344.37º60.41%61.37%-
HSV(B)344.37º55.09%84.71%-
XYZ36.4924.7123.27-
YUV136.12123.42184.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=48.98%
G=22.00%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169712800.550.410.15344.3760.4161.37
HexD8618003729F1583c3d
Octal33014120006751175307475
Binary1101100011000011000000001101111010011111101011000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86180; }

 p { color: rgb(216,97,128); }

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

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

 a { background-color: rgb(216,97,128); }

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

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

 span { border-color: rgb(216,97,128); }

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