#D6818A

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

Shades of Charm #D6818A

Tints of Charm #D6818A

Color information

#D6818A (or 0xD6818A) is unknown color: approx Charm. HEX triplet: D6, 81 and 8A. RGB value is (214,129,138). Sum of RGB (Red+Green+Blue) = 214+129+138=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6818A is #297E75. Grayscale: #9B9B9B. Windows color (decimal): -2719350 or 9077206. OLE color: 9077206.

HSL color Cylindrical-coordinate representation of color #D6818A: hue angle of 353.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6818A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214129138-
CMYK00.400.360.16
HSL353.65º50.9%67.25%-
HSV(B)353.65º39.72%83.92%-
XYZ40.1731.8328.07-
YUV155.44118.16169.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=44.49%
G=26.82%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412913800.400.360.16353.6550.967.25
HexD6818A02824101623343
Octal326201212050442054263103
Binary1101011010000001100010100101000100100100001011000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6818A; }

 p { color: rgb(214,129,138); }

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

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

 a { background-color: rgb(214,129,138); }

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

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

 span { border-color: rgb(214,129,138); }

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