#D55E76

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

Shades of Cranberry #D55E76

Tints of Cranberry #D55E76

Color information

#D55E76 (or 0xD55E76) is unknown color: approx Cranberry. HEX triplet: D5, 5E and 76. RGB value is (213,94,118). Sum of RGB (Red+Green+Blue) = 213+94+118=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E76 is #2AA189. Grayscale: #848484. Windows color (decimal): -2793866 or 7757525. OLE color: 7757525.

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

Color convert

RGB21394118-
CMYK00.560.450.16
HSL347.9º58.62%60.2%-
HSV(B)347.9º55.87%83.53%-
XYZ34.7123.4619.84-
YUV132.32119.92185.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=50.12%
G=22.12%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139411800.560.450.16347.958.6260.2
HexD55E760382D1015c3b3c
Octal32513616607055205347374
Binary1101010110111101110110011100010110110000101011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E76; }

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

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

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

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

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

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

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

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