#D55887

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

Shades of Cranberry #D55887

Tints of Cranberry #D55887

Color information

#D55887 (or 0xD55887) is unknown color: approx Cranberry. HEX triplet: D5, 58 and 87. RGB value is (213,88,135). Sum of RGB (Red+Green+Blue) = 213+88+135=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D55887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55887 is #2AA778. Grayscale: #828282. Windows color (decimal): -2795385 or 8870101. OLE color: 8870101.

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

Color convert

RGB21388135-
CMYK00.590.370.16
HSL337.44º59.81%59.02%-
HSV(B)337.44º58.69%83.53%-
XYZ35.322.8725.48-
YUV130.73130.41186.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=48.85%
G=20.18%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138813500.590.370.16337.4459.8159.02
HexD5588703B25101513c3b
Octal32513020707345205217473
Binary11010101101100010000111011101110010110000101010001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55887; }

 p { color: rgb(213,88,135); }

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

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

 a { background-color: rgb(213,88,135); }

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

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

 span { border-color: rgb(213,88,135); }

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