#D5537B

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

Shades of Cranberry #D5537B

Tints of Cranberry #D5537B

Color information

#D5537B (or 0xD5537B) is unknown color: approx Cranberry. HEX triplet: D5, 53 and 7B. RGB value is (213,83,123). Sum of RGB (Red+Green+Blue) = 213+83+123=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5537B is #2AAC84. Grayscale: #7E7E7E. Windows color (decimal): -2796677 or 8082389. OLE color: 8082389.

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

Color convert

RGB21383123-
CMYK00.610.420.16
HSL341.54º60.75%58.04%-
HSV(B)341.54º61.03%83.53%-
XYZ34.1121.7621.14-
YUV126.43126.07189.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.84%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=50.84%
G=19.81%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138312300.610.420.16341.5460.7558.04
HexD5537B03D2A101563d3a
Octal32512317307552205267572
Binary1101010110100111111011011110110101010000101010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5537B; }

 p { color: rgb(213,83,123); }

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

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

 a { background-color: rgb(213,83,123); }

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

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

 span { border-color: rgb(213,83,123); }

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