#D5828A

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

Shades of Charm #D5828A

Tints of Charm #D5828A

Color information

#D5828A (or 0xD5828A) is unknown color: approx Charm. HEX triplet: D5, 82 and 8A. RGB value is (213,130,138). Sum of RGB (Red+Green+Blue) = 213+130+138=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5828A is #2A7D75. Grayscale: #9B9B9B. Windows color (decimal): -2784630 or 9077461. OLE color: 9077461.

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

Color convert

RGB213130138-
CMYK00.390.350.16
HSL354.22º49.7%67.25%-
HSV(B)354.22º38.97%83.53%-
XYZ40.0131.9528.1-
YUV155.73118168.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=44.28%
G=27.03%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313013800.390.350.16354.2249.767.25
HexD5828A02723101623243
Octal325202212047432054262103
Binary1101010110000010100010100100111100011100001011000101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5828A; }

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

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

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

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

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

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

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

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