#D86182

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

Shades of Cranberry #D86182

Tints of Cranberry #D86182

Color information

#D86182 (or 0xD86182) is unknown color: approx Cranberry. HEX triplet: D8, 61 and 82. RGB value is (216,97,130). Sum of RGB (Red+Green+Blue) = 216+97+130=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D86182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86182 is #279E7D. Grayscale: #888888. Windows color (decimal): -2596478 or 8544728. OLE color: 8544728.

HSL color Cylindrical-coordinate representation of color #D86182: hue angle of 343.36º 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 #D86182 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB21697130-
CMYK00.550.400.15
HSL343.36º60.41%61.37%-
HSV(B)343.36º55.09%84.71%-
XYZ36.6224.7623.97-
YUV136.34124.42184.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.76%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=48.76%
G=21.90%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169713000.550.400.15343.3660.4161.37
HexD8618203728F1573c3d
Octal33014120206750175277475
Binary1101100011000011000001001101111010001111101010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86182; }

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

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

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

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

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

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

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

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