#D55E79

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

Shades of Cranberry #D55E79

Tints of Cranberry #D55E79

Color information

#D55E79 (or 0xD55E79) is unknown color: approx Cranberry. HEX triplet: D5, 5E and 79. RGB value is (213,94,121). Sum of RGB (Red+Green+Blue) = 213+94+121=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E79 is #2AA186. Grayscale: #848484. Windows color (decimal): -2793863 or 7954133. OLE color: 7954133.

HSL color Cylindrical-coordinate representation of color #D55E79: hue angle of 346.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 #D55E79 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21394121-
CMYK00.560.430.16
HSL346.39º58.62%60.2%-
HSV(B)346.39º55.87%83.53%-
XYZ34.8923.5320.79-
YUV132.66121.42185.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=49.77%
G=21.96%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139412100.560.430.16346.3958.6260.2
HexD55E790382B1015a3b3c
Octal32513617107053205327374
Binary1101010110111101111001011100010101110000101011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E79; }

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

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

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

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

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

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

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

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