#D55789

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

Shades of Cranberry #D55789

Tints of Cranberry #D55789

Color information

#D55789 (or 0xD55789) is unknown color: approx Cranberry. HEX triplet: D5, 57 and 89. RGB value is (213,87,137). Sum of RGB (Red+Green+Blue) = 213+87+137=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D55789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55789 is #2AA876. Grayscale: #828282. Windows color (decimal): -2795639 or 9000917. OLE color: 9000917.

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

Color convert

RGB21387137-
CMYK00.590.360.16
HSL336.19º60%58.82%-
HSV(B)336.19º59.15%83.53%-
XYZ35.3622.7726.2-
YUV130.37131.74186.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=48.74%
G=19.91%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138713700.590.360.16336.196058.82
HexD5578903B24101503c3b
Octal32512721107344205207473
Binary11010101101011110001001011101110010010000101010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55789; }

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

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

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

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

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

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

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

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