#D55486

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

Shades of Cranberry #D55486

Tints of Cranberry #D55486

Color information

#D55486 (or 0xD55486) is unknown color: approx Cranberry. HEX triplet: D5, 54 and 86. RGB value is (213,84,134). Sum of RGB (Red+Green+Blue) = 213+84+134=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55486 is #2AAB79. Grayscale: #808080. Windows color (decimal): -2796410 or 8803541. OLE color: 8803541.

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

Color convert

RGB21384134-
CMYK00.610.370.16
HSL336.74º60.56%58.24%-
HSV(B)336.74º60.56%83.53%-
XYZ34.9122.2125-
YUV128.27131.24188.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=49.42%
G=19.49%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138413400.610.370.16336.7460.5658.24
HexD5548603D25101513d3a
Octal32512420607545205217572
Binary11010101101010010000110011110110010110000101010001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55486; }

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

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

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

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

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

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

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

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