#D3848A

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

Shades of Charm #D3848A

Tints of Charm #D3848A

Color information

#D3848A (or 0xD3848A) is unknown color: approx Charm. HEX triplet: D3, 84 and 8A. RGB value is (211,132,138). Sum of RGB (Red+Green+Blue) = 211+132+138=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3848A is #2C7B75. Grayscale: #9C9C9C. Windows color (decimal): -2915190 or 9077971. OLE color: 9077971.

HSL color Cylindrical-coordinate representation of color #D3848A: hue angle of 355.44º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3848A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB211132138-
CMYK00.370.350.17
HSL355.44º47.31%67.25%-
HSV(B)355.44º37.44%82.75%-
XYZ39.732.1928.16-
YUV156.3117.67167.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.87%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=43.87%
G=27.44%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113213800.370.350.17355.4447.3167.25
HexD3848A02523111632f43
Octal323204212045432154357103
Binary1101001110000100100010100100101100011100011011000111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3848A; }

 p { color: rgb(211,132,138); }

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

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

 a { background-color: rgb(211,132,138); }

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

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

 span { border-color: rgb(211,132,138); }

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