#D7538B

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

Shades of Cranberry #D7538B

Tints of Cranberry #D7538B

Color information

#D7538B (or 0xD7538B) is unknown color: approx Cranberry. HEX triplet: D7, 53 and 8B. RGB value is (215,83,139). Sum of RGB (Red+Green+Blue) = 215+83+139=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7538B is #28AC74. Grayscale: #808080. Windows color (decimal): -2665589 or 9130967. OLE color: 9130967.

HSL color Cylindrical-coordinate representation of color #D7538B: hue angle of 334.55º degrees, saturation: 0.62, 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 #D7538B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21583139-
CMYK00.610.350.16
HSL334.55º62.26%58.43%-
HSV(B)334.55º61.4%84.31%-
XYZ35.7822.526.88-
YUV128.85133.73189.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.20%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=49.20%
G=18.99%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158313900.610.350.16334.5562.2658.43
HexD7538B03D231014f3e3a
Octal32712321307543205177672
Binary11010111101001110001011011110110001110000101001111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7538B; }

 p { color: rgb(215,83,139); }

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

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

 a { background-color: rgb(215,83,139); }

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

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

 span { border-color: rgb(215,83,139); }

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