#D5597F

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

Shades of Cranberry #D5597F

Tints of Cranberry #D5597F

Color information

#D5597F (or 0xD5597F) is unknown color: approx Cranberry. HEX triplet: D5, 59 and 7F. RGB value is (213,89,127). Sum of RGB (Red+Green+Blue) = 213+89+127=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5597F is #2AA680. Grayscale: #828282. Windows color (decimal): -2795137 or 8346069. OLE color: 8346069.

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

Color convert

RGB21389127-
CMYK00.580.400.16
HSL341.61º59.62%59.22%-
HSV(B)341.61º58.22%83.53%-
XYZ34.8422.8222.65-
YUV130.41126.08186.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 127 (50% from 255) = 29.60%
R=49.65%
G=20.75%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138912700.580.400.16341.6159.6259.22
HexD5597F03A28101563c3b
Octal32513117707250205267473
Binary1101010110110011111111011101010100010000101010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5597F; }

 p { color: rgb(213,89,127); }

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

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

 a { background-color: rgb(213,89,127); }

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

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

 span { border-color: rgb(213,89,127); }

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