#D55787

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

Shades of Cranberry #D55787

Tints of Cranberry #D55787

Color information

#D55787 (or 0xD55787) is unknown color: approx Cranberry. HEX triplet: D5, 57 and 87. RGB value is (213,87,135). Sum of RGB (Red+Green+Blue) = 213+87+135=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D55787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55787 is #2AA878. Grayscale: #828282. Windows color (decimal): -2795641 or 8869845. OLE color: 8869845.

HSL color Cylindrical-coordinate representation of color #D55787: hue angle of 337.14º 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 #D55787 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB21387135-
CMYK00.590.370.16
HSL337.14º60%58.82%-
HSV(B)337.14º59.15%83.53%-
XYZ35.2222.7125.45-
YUV130.15130.74187.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=48.97%
G=20%
B=31.03%

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
Decimal2138713500.590.370.16337.146058.82
HexD5578703B25101513c3b
Octal32512720707345205217473
Binary11010101101011110000111011101110010110000101010001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55787; }

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

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

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

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

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

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

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

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