#D5597E

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

Shades of Cranberry #D5597E

Tints of Cranberry #D5597E

Color information

#D5597E (or 0xD5597E) is unknown color: approx Cranberry. HEX triplet: D5, 59 and 7E. RGB value is (213,89,126). Sum of RGB (Red+Green+Blue) = 213+89+126=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5597E is #2AA681. Grayscale: #828282. Windows color (decimal): -2795138 or 8280533. OLE color: 8280533.

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

Color convert

RGB21389126-
CMYK00.580.410.16
HSL342.1º59.62%59.22%-
HSV(B)342.1º58.22%83.53%-
XYZ34.7822.822.31-
YUV130.29125.58186.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=49.77%
G=20.79%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138912600.580.410.16342.159.6259.22
HexD5597E03A29101563c3b
Octal32513117607251205267473
Binary1101010110110011111110011101010100110000101010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5597E; }

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

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

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

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

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

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

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

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