#D55E82

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

Shades of Cranberry #D55E82

Tints of Cranberry #D55E82

Color information

#D55E82 (or 0xD55E82) is unknown color: approx Cranberry. HEX triplet: D5, 5E and 82. RGB value is (213,94,130). Sum of RGB (Red+Green+Blue) = 213+94+130=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55E82 is #2AA17D. Grayscale: #858585. Windows color (decimal): -2793854 or 8543957. OLE color: 8543957.

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

Color convert

RGB21394130-
CMYK00.560.390.16
HSL341.85º58.62%60.2%-
HSV(B)341.85º55.87%83.53%-
XYZ35.4723.7623.84-
YUV133.68125.92184.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=48.74%
G=21.51%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139413000.560.390.16341.8558.6260.2
HexD55E8203827101563b3c
Octal32513620207047205267374
Binary11010101101111010000010011100010011110000101010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E82; }

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

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

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

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

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

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

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

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