#D5828B

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

Shades of Charm #D5828B

Tints of Charm #D5828B

Color information

#D5828B (or 0xD5828B) is unknown color: approx Charm. HEX triplet: D5, 82 and 8B. RGB value is (213,130,139). Sum of RGB (Red+Green+Blue) = 213+130+139=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5828B is #2A7D74. Grayscale: #9B9B9B. Windows color (decimal): -2784629 or 9142997. OLE color: 9142997.

HSL color Cylindrical-coordinate representation of color #D5828B: hue angle of 353.49º 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 #D5828B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213130139-
CMYK00.390.350.16
HSL353.49º49.7%67.25%-
HSV(B)353.49º38.97%83.53%-
XYZ40.0831.9828.49-
YUV155.84118.5168.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=44.19%
G=26.97%
B=28.84%

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
Decimal21313013900.390.350.16353.4949.767.25
HexD5828B02723101613243
Octal325202213047432054162103
Binary1101010110000010100010110100111100011100001011000011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5828B; }

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

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

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

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

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

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

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

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