#D67186

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

Shades of Charm #D67186

Tints of Charm #D67186

Color information

#D67186 (or 0xD67186) is unknown color: approx Charm. HEX triplet: D6, 71 and 86. RGB value is (214,113,134). Sum of RGB (Red+Green+Blue) = 214+113+134=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D67186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67186 is #298E79. Grayscale: #919191. Windows color (decimal): -2723450 or 8810966. OLE color: 8810966.

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

Color convert

RGB214113134-
CMYK00.470.370.16
HSL347.52º55.19%64.12%-
HSV(B)347.52º47.2%83.92%-
XYZ37.9427.8325.93-
YUV145.59121.46176.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=46.42%
G=24.51%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411313400.470.370.16347.5255.1964.12
HexD6718602F251015c3740
Octal326161206057452053467100
Binary110101101110001100001100101111100101100001010111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67186; }

 p { color: rgb(214,113,134); }

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

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

 a { background-color: rgb(214,113,134); }

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

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

 span { border-color: rgb(214,113,134); }

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