#D8538A

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

Shades of Cranberry #D8538A

Tints of Cranberry #D8538A

Color information

#D8538A (or 0xD8538A) is unknown color: approx Cranberry. HEX triplet: D8, 53 and 8A. RGB value is (216,83,138). Sum of RGB (Red+Green+Blue) = 216+83+138=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8538A is #27AC75. Grayscale: #808080. Windows color (decimal): -2600054 or 9065432. OLE color: 9065432.

HSL color Cylindrical-coordinate representation of color #D8538A: hue angle of 335.19º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8538A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB21683138-
CMYK00.620.360.15
HSL335.19º63.03%58.63%-
HSV(B)335.19º61.57%84.71%-
XYZ3622.6226.51-
YUV129.04133.06190.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.43%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=49.43%
G=18.99%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168313800.620.360.15335.1963.0358.63
HexD8538A03E24F14f3f3b
Octal33012321207644175177773
Binary1101100010100111000101001111101001001111101001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8538A; }

 p { color: rgb(216,83,138); }

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

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

 a { background-color: rgb(216,83,138); }

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

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

 span { border-color: rgb(216,83,138); }

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