#D68387

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

Shades of Charm #D68387

Tints of Charm #D68387

Color information

#D68387 (or 0xD68387) is unknown color: approx Charm. HEX triplet: D6, 83 and 87. RGB value is (214,131,135). Sum of RGB (Red+Green+Blue) = 214+131+135=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D68387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68387 is #297C78. Grayscale: #9C9C9C. Windows color (decimal): -2718841 or 8881110. OLE color: 8881110.

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

Color convert

RGB214131135-
CMYK00.390.370.16
HSL357.11º50.3%67.65%-
HSV(B)357.11º38.79%83.92%-
XYZ40.2232.2827.03-
YUV156.27116169.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=44.58%
G=27.29%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413113500.390.370.16357.1150.367.65
HexD6838702725101653244
Octal326203207047452054562104
Binary1101011010000011100001110100111100101100001011001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68387; }

 p { color: rgb(214,131,135); }

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

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

 a { background-color: rgb(214,131,135); }

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

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

 span { border-color: rgb(214,131,135); }

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