#D5577C

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

Shades of Cranberry #D5577C

Tints of Cranberry #D5577C

Color information

#D5577C (or 0xD5577C) is unknown color: approx Cranberry. HEX triplet: D5, 57 and 7C. RGB value is (213,87,124). Sum of RGB (Red+Green+Blue) = 213+87+124=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5577C is #2AA883. Grayscale: #808080. Windows color (decimal): -2795652 or 8148949. OLE color: 8148949.

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

Color convert

RGB21387124-
CMYK00.590.420.16
HSL342.38º60%58.82%-
HSV(B)342.38º59.15%83.53%-
XYZ34.4922.4221.58-
YUV128.89125.24187.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=50.24%
G=20.52%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138712400.590.420.16342.386058.82
HexD5577C03B2A101563c3b
Octal32512717407352205267473
Binary1101010110101111111100011101110101010000101010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5577C; }

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

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

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

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

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

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

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

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