#D55686

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

Shades of Cranberry #D55686

Tints of Cranberry #D55686

Color information

#D55686 (or 0xD55686) is unknown color: approx Cranberry. HEX triplet: D5, 56 and 86. RGB value is (213,86,134). Sum of RGB (Red+Green+Blue) = 213+86+134=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D55686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55686 is #2AA979. Grayscale: #818181. Windows color (decimal): -2795898 or 8804053. OLE color: 8804053.

HSL color Cylindrical-coordinate representation of color #D55686: hue angle of 337.32º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55686 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB21386134-
CMYK00.600.370.16
HSL337.32º60.19%58.63%-
HSV(B)337.32º59.62%83.53%-
XYZ35.0722.5225.05-
YUV129.44130.58187.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=49.19%
G=19.86%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138613400.600.370.16337.3260.1958.63
HexD5568603C25101513c3b
Octal32512620607445205217473
Binary11010101101011010000110011110010010110000101010001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55686; }

 p { color: rgb(213,86,134); }

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

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

 a { background-color: rgb(213,86,134); }

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

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

 span { border-color: rgb(213,86,134); }

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