#D6828D

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

Shades of Charm #D6828D

Tints of Charm #D6828D

Color information

#D6828D (or 0xD6828D) is unknown color: approx Charm. HEX triplet: D6, 82 and 8D. RGB value is (214,130,141). Sum of RGB (Red+Green+Blue) = 214+130+141=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6828D is #297D72. Grayscale: #9C9C9C. Windows color (decimal): -2719091 or 9274070. OLE color: 9274070.

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

Color convert

RGB214130141-
CMYK00.390.340.16
HSL352.14º50.6%67.45%-
HSV(B)352.14º39.25%83.92%-
XYZ40.5232.1829.28-
YUV156.37119.33169.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=44.12%
G=26.80%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413014100.390.340.16352.1450.667.45
HexD6828D02722101603343
Octal326202215047422054063103
Binary1101011010000010100011010100111100010100001011000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6828D; }

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

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

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

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

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

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

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

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