#D3828C

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

Shades of Charm #D3828C

Tints of Charm #D3828C

Color information

#D3828C (or 0xD3828C) is unknown color: approx Charm. HEX triplet: D3, 82 and 8C. RGB value is (211,130,140). Sum of RGB (Red+Green+Blue) = 211+130+140=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3828C is #2C7D73. Grayscale: #9B9B9B. Windows color (decimal): -2915700 or 9208531. OLE color: 9208531.

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

Color convert

RGB211130140-
CMYK00.380.340.17
HSL352.59º47.93%66.86%-
HSV(B)352.59º38.39%82.75%-
XYZ39.5831.7128.85-
YUV155.36119.34167.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.87%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=43.87%
G=27.03%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113014000.380.340.17352.5947.9366.86
HexD3828C02622111613043
Octal323202214046422154160103
Binary1101001110000010100011000100110100010100011011000011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3828C; }

 p { color: rgb(211,130,140); }

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

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

 a { background-color: rgb(211,130,140); }

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

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

 span { border-color: rgb(211,130,140); }

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