#D4828B

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

Shades of Charm #D4828B

Tints of Charm #D4828B

Color information

#D4828B (or 0xD4828B) is unknown color: approx Charm. HEX triplet: D4, 82 and 8B. RGB value is (212,130,139). Sum of RGB (Red+Green+Blue) = 212+130+139=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4828B is #2B7D74. Grayscale: #9B9B9B. Windows color (decimal): -2850165 or 9142996. OLE color: 9142996.

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

Color convert

RGB212130139-
CMYK00.390.340.17
HSL353.41º48.81%67.06%-
HSV(B)353.41º38.68%83.14%-
XYZ39.7931.8328.47-
YUV155.54118.67168.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=44.07%
G=27.03%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213013900.390.340.17353.4148.8167.06
HexD4828B02722111613143
Octal324202213047422154161103
Binary1101010010000010100010110100111100010100011011000011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4828B; }

 p { color: rgb(212,130,139); }

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

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

 a { background-color: rgb(212,130,139); }

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

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

 span { border-color: rgb(212,130,139); }

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