#D5527C

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

Shades of Cranberry #D5527C

Tints of Cranberry #D5527C

Color information

#D5527C (or 0xD5527C) is unknown color: approx Cranberry. HEX triplet: D5, 52 and 7C. RGB value is (213,82,124). Sum of RGB (Red+Green+Blue) = 213+82+124=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5527C is #2AAD83. Grayscale: #7D7D7D. Windows color (decimal): -2796932 or 8147669. OLE color: 8147669.

HSL color Cylindrical-coordinate representation of color #D5527C: hue angle of 340.76º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5527C is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21382124-
CMYK00.620.420.16
HSL340.76º60.93%57.84%-
HSV(B)340.76º61.5%83.53%-
XYZ34.121.6421.45-
YUV125.96126.9190.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.84%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=50.84%
G=19.57%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138212400.620.420.16340.7660.9357.84
HexD5527C03E2A101553d3a
Octal32512217407652205257572
Binary1101010110100101111100011111010101010000101010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5527C; }

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

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

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

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

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

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

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

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