#D5748A

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

Shades of Charm #D5748A

Tints of Charm #D5748A

Color information

#D5748A (or 0xD5748A) is unknown color: approx Charm. HEX triplet: D5, 74 and 8A. RGB value is (213,116,138). Sum of RGB (Red+Green+Blue) = 213+116+138=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5748A is #2A8B75. Grayscale: #939393. Windows color (decimal): -2788214 or 9073877. OLE color: 9073877.

HSL color Cylindrical-coordinate representation of color #D5748A: hue angle of 346.39º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5748A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213116138-
CMYK00.460.350.16
HSL346.39º53.59%64.51%-
HSV(B)346.39º45.54%83.53%-
XYZ38.2728.4727.52-
YUV147.51122.64174.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=45.61%
G=24.84%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311613800.460.350.16346.3953.5964.51
HexD5748A02E231015a3641
Octal325164212056432053266101
Binary110101011110100100010100101110100011100001010110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5748A; }

 p { color: rgb(213,116,138); }

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

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

 a { background-color: rgb(213,116,138); }

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

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

 span { border-color: rgb(213,116,138); }

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