#D2828D

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

Shades of Charm #D2828D

Tints of Charm #D2828D

Color information

#D2828D (or 0xD2828D) is unknown color: approx Charm. HEX triplet: D2, 82 and 8D. RGB value is (210,130,141). Sum of RGB (Red+Green+Blue) = 210+130+141=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2828D is #2D7D72. Grayscale: #9B9B9B. Windows color (decimal): -2981235 or 9274066. OLE color: 9274066.

HSL color Cylindrical-coordinate representation of color #D2828D: hue angle of 351.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2828D is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210130141-
CMYK00.380.330.18
HSL351.75º47.06%66.67%-
HSV(B)351.75º38.1%82.35%-
XYZ39.3731.5929.22-
YUV155.17120167.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=43.66%
G=27.03%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013014100.380.330.18351.7547.0666.67
HexD2828D02621121602f43
Octal322202215046412254057103
Binary1101001010000010100011010100110100001100101011000001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2828D; }

 p { color: rgb(210,130,141); }

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

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

 a { background-color: rgb(210,130,141); }

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

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

 span { border-color: rgb(210,130,141); }

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