#D4748C

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

Shades of Charm #D4748C

Tints of Charm #D4748C

Color information

#D4748C (or 0xD4748C) is unknown color: approx Charm. HEX triplet: D4, 74 and 8C. RGB value is (212,116,140). Sum of RGB (Red+Green+Blue) = 212+116+140=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4748C is #2B8B73. Grayscale: #939393. Windows color (decimal): -2853748 or 9204948. OLE color: 9204948.

HSL color Cylindrical-coordinate representation of color #D4748C: hue angle of 345º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4748C is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212116140-
CMYK00.450.340.17
HSL345º52.75%64.31%-
HSV(B)345º45.28%83.14%-
XYZ38.1328.3828.28-
YUV147.44123.8174.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=45.30%
G=24.79%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211614000.450.340.1734552.7564.31
HexD4748C02D22111593540
Octal324164214055422153165100
Binary110101001110100100011000101101100010100011010110011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4748C; }

 p { color: rgb(212,116,140); }

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

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

 a { background-color: rgb(212,116,140); }

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

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

 span { border-color: rgb(212,116,140); }

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