#D55E77

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

Shades of Cranberry #D55E77

Tints of Cranberry #D55E77

Color information

#D55E77 (or 0xD55E77) is unknown color: approx Cranberry. HEX triplet: D5, 5E and 77. RGB value is (213,94,119). Sum of RGB (Red+Green+Blue) = 213+94+119=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E77 is #2AA188. Grayscale: #848484. Windows color (decimal): -2793865 or 7823061. OLE color: 7823061.

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

Color convert

RGB21394119-
CMYK00.560.440.16
HSL347.39º58.62%60.2%-
HSV(B)347.39º55.87%83.53%-
XYZ34.7723.4820.15-
YUV132.43120.42185.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=50%
G=22.07%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139411900.560.440.16347.3958.6260.2
HexD55E770382C1015b3b3c
Octal32513616707054205337374
Binary1101010110111101110111011100010110010000101011011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E77; }

 p { color: rgb(213,94,119); }

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

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

 a { background-color: rgb(213,94,119); }

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

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

 span { border-color: rgb(213,94,119); }

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